{
  "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",
    "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 <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>",
    "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": ">= 8.11.0"
  },
  "dependencies": {
    "@renovate/pep440": "0.4.0",
    "@sindresorhus/is": "0.11.0",
    "@yarnpkg/lockfile": "1.0.2",
    "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.17.1",
    "compare-versions": "3.3.1",
    "conventional-commits-detector": "0.1.1",
    "convert-hrtime": "2.0.0",
    "deepcopy": "1.0.0",
    "delay": "3.1.0",
    "detect-indent": "5.0.0",
    "docker-registry-client": "3.3.0",
    "email-addresses": "3.0.1",
    "fast-clone": "1.5.3",
    "fast-xml-parser": "3.12.0",
    "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.11",
    "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.10",
    "luxon": "1.3.3",
    "markdown-it": "8.4.2",
    "minimatch": "3.0.4",
    "moment": "2.22.2",
    "moment-timezone": "0.5.21",
    "npm": "6.4.0",
    "openpgp": "2.6.2",
    "p-all": "1.0.0",
    "parse-link-header": "1.0.1",
    "pnpm": "2.13.6",
    "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.2",
    "showdown": "1.8.6",
    "simple-git": "1.96.0",
    "slugify": "1.3.1",
    "tmp-promise": "1.0.5",
    "traverse": "0.6.6",
    "upath": "1.1.0",
    "validator": "10.7.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.1.2",
    "codecov": "3.0.4",
    "cross-env": "5.2.0",
    "eslint": "5.4.0",
    "eslint-config-airbnb-base": "13.1.0",
    "eslint-config-prettier": "3.0.1",
    "eslint-plugin-import": "2.14.0",
    "eslint-plugin-promise": "4.0.0",
    "jest": "23.5.0",
    "jest-silent-reporter": "0.1.0",
    "mockdate": "2.0.2",
    "nock": "9.6.1",
    "prettier": "1.14.2",
    "semantic-release": "15.9.12"
  },
  "files": [
    "bin/config-validator.js",
    "lib"
  ],
  "babel": {
    "plugins": [
      "transform-object-rest-spread"
    ]
  },
  "jest": {
    "cacheDirectory": ".cache/jest",
    "coverageDirectory": "./coverage",
    "collectCoverage": true,
    "collectCoverageFrom": [
      "lib/**/*.js"
    ],
    "coverageReporters": [
      "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"
        }
      ]
    }
  }
}