mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 14:36:25 +00:00
226 lines
6 KiB
JSON
226 lines
6 KiB
JSON
{
|
|
"name": "renovate",
|
|
"description": "Automated dependency updates. Flexible so you don't need to be.",
|
|
"version": "0.0.0-semantic-release",
|
|
"bin": {
|
|
"renovate": "lib/renovate.js",
|
|
"renovate-config-validator": "bin/config-validator.js"
|
|
},
|
|
"scripts": {
|
|
"clean-cache": "node bin/clean-cache.js",
|
|
"debug": "node --inspect-brk lib/renovate",
|
|
"eslint": "eslint lib test",
|
|
"eslint-fix": "eslint --fix lib test",
|
|
"jest": "yarn clean-cache && cross-env NODE_ENV=test LOG_LEVEL=fatal jest",
|
|
"jest-debug": "cross-env NODE_ENV=test LOG_LEVEL=fatal node --inspect-brk node_modules/jest/bin/jest.js",
|
|
"jest-silent": "yarn jest --reporters jest-silent-reporter",
|
|
"lint": "yarn eslint && yarn prettier",
|
|
"lint-fix": "yarn eslint-fix && yarn prettier-fix",
|
|
"prettier": "prettier --list-different \"**/*.{js,json,md}\"",
|
|
"prettier-fix": "prettier --write \"**/*.{js,json,md}\"",
|
|
"start": "node lib/renovate",
|
|
"test-dirty": "git diff --exit-code",
|
|
"test": "yarn lint && yarn jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/renovatebot/renovate.git"
|
|
},
|
|
"keywords": [
|
|
"automated",
|
|
"bazel",
|
|
"bitbucket",
|
|
"buildkite",
|
|
"dependencies",
|
|
"dependency",
|
|
"docker",
|
|
"github",
|
|
"gitlab",
|
|
"management",
|
|
"meteor",
|
|
"node",
|
|
"npm",
|
|
"outdated",
|
|
"php",
|
|
"python",
|
|
"update",
|
|
"yarn"
|
|
],
|
|
"author": "Rhys Arkins <rhys@arkins.net>",
|
|
"contributors": [
|
|
"Hutson Betts <hutson@hyper-expanse.net>",
|
|
"Ayoub Kaanich <kayoub5@live.com>",
|
|
"Dragomir Țurcanu <dragomirt22@gmail.com>",
|
|
"Sam Neirinck <sam@samneirinck.com>",
|
|
"Nicolas Byl <nico@nicolas-byl.eu>",
|
|
"Maximilian Gaß <mxey@mxey.net>",
|
|
"Vladimir Starkov <iamstarkov@gmail.com>",
|
|
"Filip Stenbeck <filip.stenbeck@gmail.com>",
|
|
"Andreas Bexelius <andreas.brostrom@nordnet.se>",
|
|
"Klaus Meinhardt <klaus.meinhardt1@gmail.com>",
|
|
"James King <james@jamesking56.uk>",
|
|
"Israel Bethencourt <ieb.core@gmail.com>",
|
|
"Sam Bull <lsb@pocketuniverse.ca>",
|
|
"Jan Sauer <jan@jansauer.de>",
|
|
"Michael Elufimov <elufimov@gmail.com>",
|
|
"Michael Kriese <michael.kriese@visualon.de>",
|
|
"Jean-Yves Couët <jycouet@gmail.com>"
|
|
],
|
|
"license": "AGPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/renovatebot/renovate/issues"
|
|
},
|
|
"homepage": "https://renovatebot.com",
|
|
"engines": {
|
|
"node": "^10.13.0"
|
|
},
|
|
"dependencies": {
|
|
"@renovate/pep440": "0.4.1",
|
|
"@renovatebot/docker-registry-client": "3.3.0",
|
|
"@sindresorhus/is": "0.15.0",
|
|
"@snyk/ruby-semver": "2.0.1",
|
|
"@yarnpkg/lockfile": "1.1.0",
|
|
"azure-devops-node-api": "7.0.0",
|
|
"bunyan": "1.8.12",
|
|
"cacache": "11.3.2",
|
|
"chalk": "2.4.2",
|
|
"changelog-filename-regex": "2.0.1",
|
|
"child-process-promise": "2.2.1",
|
|
"clean-git-ref": "1.0.3",
|
|
"commander": "2.19.0",
|
|
"compare-versions": "3.4.0",
|
|
"conventional-commits-detector": "1.0.2",
|
|
"convert-hrtime": "2.0.0",
|
|
"deepcopy": "1.0.1",
|
|
"delay": "4.1.0",
|
|
"detect-indent": "5.0.0",
|
|
"email-addresses": "3.0.3",
|
|
"fast-clone": "1.5.3",
|
|
"form-data": "2.3.3",
|
|
"fs-extra": "7.0.1",
|
|
"get-installed-path": "4.0.8",
|
|
"gh-got": "8.1.0",
|
|
"github-url-from-git": "1.5.0",
|
|
"gl-got": "9.0.3",
|
|
"got": "9.6.0",
|
|
"handlebars": "4.1.0",
|
|
"ini": "1.3.5",
|
|
"js-yaml": "3.12.2",
|
|
"json-dup-key-validator": "1.0.2",
|
|
"json-stringify-pretty-compact": "1.2.0",
|
|
"later": "1.2.0",
|
|
"linkify-markdown": "1.0.0",
|
|
"lodash": "4.17.11",
|
|
"luxon": "1.11.3",
|
|
"markdown-it": "8.4.2",
|
|
"minimatch": "3.0.4",
|
|
"moment": "2.24.0",
|
|
"moment-timezone": "0.5.23",
|
|
"node-html-parser": "1.1.12",
|
|
"npm": "6.8.0",
|
|
"openpgp": "2.6.2",
|
|
"p-all": "1.0.0",
|
|
"parse-diff": "0.5.1",
|
|
"parse-link-header": "1.0.1",
|
|
"pnpm": "2.25.6",
|
|
"proxy-agent": "3.0.3",
|
|
"registry-auth-token": "3.3.2",
|
|
"root-require": "0.3.1",
|
|
"safe-regex": "2.0.2",
|
|
"semver": "5.6.0",
|
|
"semver-stable": "2.0.4",
|
|
"semver-utils": "1.1.4",
|
|
"simple-git": "1.107.0",
|
|
"slugify": "1.3.4",
|
|
"toml": "2.3.5",
|
|
"tomlify-j0.4": "3.0.0",
|
|
"traverse": "0.6.6",
|
|
"upath": "1.1.0",
|
|
"validate-npm-package-name": "3.0.0",
|
|
"validator": "10.11.0",
|
|
"www-authenticate": "0.6.2",
|
|
"xmldoc": "1.1.2",
|
|
"yarn": "1.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-transform-object-rest-spread": "6.26.0",
|
|
"chai": "4.2.0",
|
|
"codecov": "3.2.0",
|
|
"cross-env": "5.2.0",
|
|
"eslint": "5.15.0",
|
|
"eslint-config-airbnb-base": "13.1.0",
|
|
"eslint-config-prettier": "3.6.0",
|
|
"eslint-plugin-import": "2.16.0",
|
|
"eslint-plugin-promise": "4.0.1",
|
|
"husky": "1.3.1",
|
|
"jest": "23.6.0",
|
|
"jest-silent-reporter": "0.1.1",
|
|
"mockdate": "2.0.2",
|
|
"nock": "10.0.6",
|
|
"prettier": "1.16.4",
|
|
"pretty-quick": "1.10.0",
|
|
"semantic-release": "15.13.3",
|
|
"tmp-promise": "1.0.5"
|
|
},
|
|
"files": [
|
|
"bin/config-validator.js",
|
|
"bin/yarn-1.9.4.js",
|
|
"lib"
|
|
],
|
|
"babel": {
|
|
"plugins": [
|
|
"transform-object-rest-spread"
|
|
]
|
|
},
|
|
"jest": {
|
|
"cacheDirectory": ".cache/jest",
|
|
"coverageDirectory": "./coverage",
|
|
"collectCoverage": true,
|
|
"collectCoverageFrom": [
|
|
"lib/**/*.js"
|
|
],
|
|
"coverageReporters": [
|
|
"html",
|
|
"json",
|
|
"lcov",
|
|
"text-summary"
|
|
],
|
|
"setupFiles": [
|
|
"./test/globals.js"
|
|
],
|
|
"setupTestFrameworkScriptFile": "./test/chai.js",
|
|
"snapshotSerializers": [
|
|
"./test/newline-snapshot-serializer.js"
|
|
]
|
|
},
|
|
"publishConfig": {
|
|
"tag": "latest"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged"
|
|
}
|
|
},
|
|
"release": {
|
|
"branch": "master",
|
|
"tagFormat": "${version}",
|
|
"analyzeCommits": {
|
|
"preset": "angular",
|
|
"releaseRules": [
|
|
{
|
|
"type": "docs",
|
|
"scope": "readme.md",
|
|
"release": "patch"
|
|
},
|
|
{
|
|
"type": "refactor",
|
|
"release": "patch"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"release": "patch"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|