mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 14:36:25 +00:00
281 lines
9.2 KiB
JSON
281 lines
9.2 KiB
JSON
{
|
|
"name": "renovate",
|
|
"description": "Automated dependency updates. Flexible so you don't need to be.",
|
|
"version": "0.0.0-semantic-release",
|
|
"bin": {
|
|
"renovate": "dist/renovate.js",
|
|
"renovate-config-validator": "bin/config-validator.js"
|
|
},
|
|
"scripts": {
|
|
"build": "run-s clean generate:* compile:* copy-static-files",
|
|
"build:docker": "run-s generate:* compile:ts copy-static-files",
|
|
"clean": "rimraf dist",
|
|
"clean-cache": "node bin/clean-cache.js",
|
|
"compile:ts": "tsc -p tsconfig.app.json",
|
|
"compile:dts": "tsc -p tsconfig.dts.json",
|
|
"generate": "run-s generate:*",
|
|
"generate:imports": "node tmp/tools/generate-imports.js",
|
|
"copy-static-files": "copyfiles -u 1 -e **/__fixtures__/** -e **/__mocks__/** lib/**/*.json lib/**/*.py dist/",
|
|
"create-json-schema": "babel-node --extensions \".ts,.js\" -- bin/create-json-schema.js && prettier --write \"renovate-schema.json\"",
|
|
"debug": "babel-node --inspect-brk --extensions \".ts,.js\" -- lib/renovate.ts",
|
|
"eslint": "eslint --ext .js,.mjs,.ts lib/ test/ tools/",
|
|
"eslint-fix": "eslint --ext .js,.mjs,.ts --fix lib/ test/ tools/",
|
|
"jest": "cross-env NODE_ENV=test LOG_LEVEL=fatal node --expose-gc node_modules/jest/bin/jest.js",
|
|
"jest-debug": "cross-env NODE_ENV=test LOG_LEVEL=fatal node --expose-gc --inspect-brk node_modules/jest/bin/jest.js",
|
|
"jest-silent": "cross-env NODE_ENV=test yarn jest --reporters jest-silent-reporter",
|
|
"lint": "run-s eslint prettier",
|
|
"lint-fix": "run-s eslint-fix prettier-fix",
|
|
"prepare": "run-s prepare:*",
|
|
"prepare:patch": "patch-package",
|
|
"prepare:tools": "tsc -p tools",
|
|
"prepare:re2": "node --experimental-modules tools/check-re2.mjs",
|
|
"prepare:generate": "run-s generate:*",
|
|
"prestart": "run-s generate:* ",
|
|
"pretest": "run-s generate:* ",
|
|
"prettier": "prettier --list-different \"**/*.{ts,js,mjs,json,md}\"",
|
|
"prettier-fix": "prettier --write \"**/*.{ts,js,mjs,json,md}\"",
|
|
"release": "node --experimental-modules tools/release.mjs",
|
|
"start": "babel-node --extensions \".ts,.js\" -- lib/renovate.ts",
|
|
"test-dirty": "git diff --exit-code",
|
|
"test-e2e": "npm pack && cd e2e && yarn install --no-lockfile --ignore-optional --prod && yarn test",
|
|
"test-schema": "babel-node --extensions \".ts,.js\" -- test/json-schema.ts",
|
|
"test": "run-s lint test-schema type-check jest",
|
|
"tsc": "tsc",
|
|
"type-check": "run-s generate:* \"tsc --noEmit\"",
|
|
"verify": "node --experimental-modules tools/verify.mjs"
|
|
},
|
|
"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": [
|
|
"Andreas Bexelius <andreas.brostrom@nordnet.se>",
|
|
"Ayoub Kaanich <kayoub5@live.com>",
|
|
"Dragomir Țurcanu <dragomirt22@gmail.com>",
|
|
"Filip Stenbeck <filip.stenbeck@gmail.com>",
|
|
"Hutson Betts <hutson@hyper-expanse.net>",
|
|
"IKEDA Sho <suicaicoca@gmail.com>",
|
|
"Israel Bethencourt <ieb.core@gmail.com>",
|
|
"James King <james@jamesking56.uk>",
|
|
"Jamie Magee <jamie.magee@gmail.com>",
|
|
"Jan Sauer <jan@jansauer.de>",
|
|
"Jean-Yves Couët <jycouet@gmail.com>",
|
|
"Kevin James <KevinJames@thekev.in>",
|
|
"Klaus Meinhardt <klaus.meinhardt1@gmail.com>",
|
|
"Matt Lavin <matt.lavin@gmail.com>",
|
|
"Maximilian Gaß <mxey@mxey.net>",
|
|
"Michael Elufimov <elufimov@gmail.com>",
|
|
"Michael Kriese <michael.kriese@visualon.de>",
|
|
"Mike Bryant <mike@mikebryant.me.uk>",
|
|
"Nicolas Byl <nico@nicolas-byl.eu>",
|
|
"Pravesh Tora <pravesh.tora@gmail.com>",
|
|
"Rishabh Jain <contact@rishabh1403.com>",
|
|
"Ryan Murfitt <rmurfitt@gmail.com>",
|
|
"Sam Bull <lsb@pocketuniverse.ca>",
|
|
"Sam Neirinck <sam@samneirinck.com>",
|
|
"Sourav Das <souravdasslg95@gmail.com>",
|
|
"Tanuel <tanuel.mategi@gmail.com>",
|
|
"Viral Ruparel <viralruparel@gmail.com>",
|
|
"Vladimir Starkov <iamstarkov@gmail.com>",
|
|
"Mikhail Yakushin <driver733@gmail.com>"
|
|
],
|
|
"license": "AGPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/renovatebot/renovate/issues"
|
|
},
|
|
"homepage": "https://renovatebot.com",
|
|
"engines": {
|
|
"node": "^10.13.0 || >=12.0.0",
|
|
"yarn": ">=1.10.1"
|
|
},
|
|
"dependencies": {
|
|
"@renovate/pep440": "0.4.1",
|
|
"@sindresorhus/is": "2.1.0",
|
|
"@snyk/ruby-semver": "2.1.0",
|
|
"@yarnpkg/lockfile": "1.1.0",
|
|
"aws-sdk": "2.654.0",
|
|
"azure-devops-node-api": "9.0.1",
|
|
"bunyan": "1.8.12",
|
|
"cacache": "13.0.1",
|
|
"chalk": "2.4.2",
|
|
"changelog-filename-regex": "2.0.1",
|
|
"clean-git-ref": "2.0.1",
|
|
"commander": "4.1.1",
|
|
"conventional-commits-detector": "1.0.2",
|
|
"convert-hrtime": "3.0.0",
|
|
"deepmerge": "4.2.2",
|
|
"delay": "4.3.0",
|
|
"detect-indent": "6.0.0",
|
|
"email-addresses": "3.1.0",
|
|
"fast-safe-stringify": "2.0.7",
|
|
"find-up": "4.1.0",
|
|
"fs-extra": "8.1.0",
|
|
"get-installed-path": "4.0.8",
|
|
"github-url-from-git": "1.5.0",
|
|
"global-agent": "2.1.8",
|
|
"got": "9.6.0",
|
|
"handlebars": "4.7.6",
|
|
"hasha": "5.2.0",
|
|
"ini": "1.3.5",
|
|
"js-yaml": "3.13.1",
|
|
"json-dup-key-validator": "1.0.2",
|
|
"json-stringify-pretty-compact": "2.0.0",
|
|
"json5": "2.1.3",
|
|
"later": "1.2.0",
|
|
"linkify-markdown": "1.0.0",
|
|
"lodash": "4.17.15",
|
|
"luxon": "1.23.0",
|
|
"markdown-it": "10.0.0",
|
|
"markdown-table": "1.1.3",
|
|
"minimatch": "3.0.4",
|
|
"moment": "2.24.0",
|
|
"moment-timezone": "0.5.28",
|
|
"node-emoji": "1.10.0",
|
|
"node-html-parser": "1.2.14",
|
|
"npm": "6.14.4",
|
|
"p-all": "2.1.0",
|
|
"parse-diff": "0.7.0",
|
|
"parse-link-header": "1.0.1",
|
|
"pnpm": "3.8.1",
|
|
"registry-auth-token": "4.1.1",
|
|
"semver": "7.1.3",
|
|
"semver-stable": "3.0.0",
|
|
"semver-utils": "1.1.4",
|
|
"shortid": "2.2.15",
|
|
"simple-git": "1.132.0",
|
|
"slugify": "1.4.0",
|
|
"toml": "3.0.0",
|
|
"traverse": "0.6.6",
|
|
"upath": "1.2.0",
|
|
"validate-npm-package-name": "3.0.0",
|
|
"www-authenticate": "0.6.2",
|
|
"xmldoc": "1.1.2",
|
|
"yarn": "1.22.4",
|
|
"yawn-yaml": "1.5.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"re2": "1.10.5"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/core": "1.2.3",
|
|
"@actions/github": "2.1.1",
|
|
"@babel/cli": "7.8.4",
|
|
"@babel/core": "7.9.0",
|
|
"@babel/node": "7.8.7",
|
|
"@babel/plugin-proposal-class-properties": "7.8.3",
|
|
"@babel/plugin-proposal-object-rest-spread": "7.9.0",
|
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
"@babel/preset-env": "7.9.0",
|
|
"@babel/preset-typescript": "7.9.0",
|
|
"@jest/reporters": "25.1.0",
|
|
"@jest/test-result": "25.1.0",
|
|
"@octokit/rest": "16.43.1",
|
|
"@semantic-release/exec": "5.0.0",
|
|
"@types/bunyan": "1.8.6",
|
|
"@types/cacache": "12.0.1",
|
|
"@types/chai": "4.2.11",
|
|
"@types/clean-git-ref": "2.0.0",
|
|
"@types/convert-hrtime": "2.0.0",
|
|
"@types/fs-extra": "8.1.0",
|
|
"@types/github-url-from-git": "1.5.0",
|
|
"@types/global-agent": "2.1.0",
|
|
"@types/got": "9.6.9",
|
|
"@types/ini": "1.3.30",
|
|
"@types/jest": "25.1.4",
|
|
"@types/js-yaml": "3.12.3",
|
|
"@types/json5": "0.0.30",
|
|
"@types/later": "1.2.6",
|
|
"@types/lodash": "4.14.149",
|
|
"@types/luxon": "1.22.0",
|
|
"@types/markdown-it": "0.0.9",
|
|
"@types/moment-timezone": "0.5.13",
|
|
"@types/nock": "10.0.3",
|
|
"@types/node": "11.15.9",
|
|
"@types/node-emoji": "1.8.1",
|
|
"@types/parse-link-header": "1.0.0",
|
|
"@types/registry-auth-token": "3.3.0",
|
|
"@types/safe-regex": "1.1.2",
|
|
"@types/semver": "7.1.0",
|
|
"@types/semver-stable": "3.0.0",
|
|
"@types/semver-utils": "1.1.0",
|
|
"@types/shelljs": "0.8.7",
|
|
"@types/tmp": "0.1.0",
|
|
"@types/traverse": "0.6.32",
|
|
"@types/validator": "12.0.1",
|
|
"@types/xmldoc": "1.1.4",
|
|
"@types/yawn-yaml": "1.4.0",
|
|
"@typescript-eslint/eslint-plugin": "2.26.0",
|
|
"@typescript-eslint/parser": "2.26.0",
|
|
"aws-sdk-mock": "5.1.0",
|
|
"babel-jest": "25.1.0",
|
|
"babel-plugin-dynamic-import-node": "2.3.0",
|
|
"conventional-changelog-conventionalcommits": "4.2.3",
|
|
"copyfiles": "2.2.0",
|
|
"cross-env": "7.0.2",
|
|
"eslint": "6.8.0",
|
|
"eslint-config-airbnb-typescript": "6.3.2",
|
|
"eslint-config-prettier": "6.10.1",
|
|
"eslint-plugin-import": "2.20.2",
|
|
"eslint-plugin-promise": "4.2.1",
|
|
"glob": "7.1.6",
|
|
"husky": "3.1.0",
|
|
"jest": "25.1.0",
|
|
"jest-junit": "10.0.0",
|
|
"jest-mock-extended": "1.0.8",
|
|
"jest-silent-reporter": "0.2.1",
|
|
"mockdate": "2.0.5",
|
|
"nock": "12.0.3",
|
|
"npm-run-all": "4.1.5",
|
|
"patch-package": "6.2.2",
|
|
"prettier": "1.19.1",
|
|
"pretty-quick": "2.0.1",
|
|
"rimraf": "3.0.2",
|
|
"semantic-release": "17.0.4",
|
|
"shelljs": "0.8.3",
|
|
"strip-ansi": "5.2.0",
|
|
"tmp-promise": "2.0.2",
|
|
"type-fest": "0.12.0",
|
|
"typescript": "3.8.3"
|
|
},
|
|
"resolutions": {
|
|
"jest-silent-reporter/jest-util": ">=25.1.0",
|
|
"jest-junit/jest-validate": ">=25.1.0",
|
|
"**/acorn": ">=6.4.1 <7.0.0 || >=7.1.1",
|
|
"**/kind-of": ">=6.0.3"
|
|
},
|
|
"files": [
|
|
"bin/config-validator.js",
|
|
"bin/yarn-1.9.4.js",
|
|
"data",
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"tag": "latest"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged"
|
|
}
|
|
}
|
|
}
|