{ "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", "heroku-push": "git push heroku master", "heroku-scheduler": "heroku addons:open scheduler", "jest": "yarn clean-cache && cross-env NODE_ENV=test LOG_LEVEL=fatal jest", "jest-silent": "yarn jest --reporters jest-silent-reporter", "lint-fix": "eslint --fix lib test", "lint": "eslint lib test", "prettier": "prettier \"**/*.{js,json,md}\" --write", "start": "node lib/renovate", "test-dirty": "git diff --exit-code", "test": "yarn prettier --list-different && yarn lint && yarn jest" }, "repository": { "type": "git", "url": "https://github.com/renovatebot/renovate.git" }, "keywords": [ "automated", "dependency", "docker", "management", "meteor", "node", "npm", "outdated", "update", "yarn" ], "author": "Rhys Arkins ", "contributors": [ "Hutson Betts ", "Ayoub Kaanich ", "Dragomir Țurcanu ", "Sam Neirinck ", "Nicolas Byl ", "Maximilian Gaß ", "Vladimir Starkov ", "Filip Stenbeck ", "Andreas Bexelius ", "Klaus Meinhardt ", "James King ", "Jean-Yves Couët " ], "license": "AGPL-3.0", "bugs": { "url": "https://github.com/renovatebot/renovate/issues" }, "homepage": "https://renovatebot.com", "engines": { "node": ">= 8.11.0" }, "dependencies": { "@renovate/pep440": "0.4.0", "@sindresorhus/is": "0.12.0", "@yarnpkg/lockfile": "1.1.0", "bunyan": "1.8.12", "cacache": "11.2.0", "chalk": "2.4.1", "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": "0.1.1", "convert-hrtime": "2.0.0", "deepcopy": "1.0.0", "delay": "4.1.0", "detect-indent": "5.0.0", "docker-registry-client": "3.3.0", "email-addresses": "3.0.2", "fast-clone": "1.5.3", "fast-xml-parser": "3.12.5", "form-data": "2.3.2", "fs-extra": "7.0.0", "get-installed-path": "4.0.8", "gh-got": "7.1.0", "github-url-from-git": "1.5.0", "gl-got": "8.0.0", "got": "8.3.1", "handlebars": "4.0.12", "ini": "1.3.5", "js-yaml": "3.12.0", "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.4.3", "markdown-it": "8.4.2", "minimatch": "3.0.4", "moment": "2.22.2", "moment-timezone": "0.5.21", "npm": "6.4.1", "openpgp": "2.6.2", "p-all": "1.0.0", "parse-diff": "0.5.1", "parse-link-header": "1.0.1", "pnpm": "2.16.3", "registry-auth-token": "3.3.2", "root-require": "0.3.1", "safe-regex": "1.1.0", "semver": "5.5.1", "semver-stable": "2.0.4", "semver-utils": "1.1.4", "simple-git": "1.104.0", "slugify": "1.3.1", "traverse": "0.6.6", "upath": "1.1.0", "validator": "10.8.0", "vso-node-api": "6.5.0", "www-authenticate": "0.6.2", "yarn": "1.9.4" }, "devDependencies": { "babel-plugin-transform-object-rest-spread": "6.26.0", "chai": "4.2.0", "codecov": "3.1.0", "cross-env": "5.2.0", "eslint": "5.6.1", "eslint-config-airbnb-base": "13.1.0", "eslint-config-prettier": "3.1.0", "eslint-plugin-import": "2.14.0", "eslint-plugin-promise": "4.0.1", "jest": "23.6.0", "jest-silent-reporter": "0.1.1", "mockdate": "2.0.2", "nock": "10.0.1", "prettier": "1.14.3", "semantic-release": "15.9.17", "tmp-promise": "1.0.5" }, "files": [ "bin/config-validator.js", "bin/yarn-1.10.1.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" ] }, "prettier": { "singleQuote": true, "trailingComma": "es5" }, "publishConfig": { "tag": "latest" }, "release": { "branch": "master", "tagFormat": "${version}", "analyzeCommits": { "preset": "angular", "releaseRules": [ { "type": "docs", "scope": "readme.md", "release": "patch" }, { "type": "refactor", "release": "patch" }, { "type": "build", "release": "patch" } ] } } }