renovate/package.json

163 lines
4 KiB
JSON
Raw Normal View History

2016-12-18 06:51:25 +00:00
{
2017-01-10 21:38:37 +00:00
"name": "renovate",
2017-01-11 13:45:00 +00:00
"description": "Keep npm dependencies up-to-date via Pull Requests",
"version": "0.0.0-semantic-release",
"bin": "lib/renovate.js",
2017-01-10 21:38:37 +00:00
"scripts": {
"clean-cache": "node bin/clean-cache.js",
2017-01-17 13:30:25 +00:00
"heroku-push": "git push heroku master",
"heroku-scheduler": "heroku addons:open scheduler",
"jest": "npm run clean-cache && cross-env NODE_ENV=test LOG_LEVEL=fatal jest",
"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": "npm run prettier -- --list-different && npm run lint && npm run jest"
2017-01-10 21:38:37 +00:00
},
"repository": {
"type": "git",
"url": "https://github.com/renovateapp/renovate.git"
2017-01-10 21:38:37 +00:00
},
"keywords": [
"npm",
"outdated",
"update"
],
2017-01-15 16:28:32 +00:00
"author": "Rhys Arkins <rhys@arkins.net>",
"contributors": [
"Jean-Yves Couët <jycouet@gmail.com>"
],
2017-01-11 08:49:24 +00:00
"license": "MIT",
2017-01-10 21:38:37 +00:00
"bugs": {
"url": "https://github.com/renovateapp/renovate/issues"
2017-01-10 21:38:37 +00:00
},
"homepage": "https://github.com/renovateapp/renovate#readme",
2017-01-11 18:32:45 +00:00
"engines": {
"node": ">=8.8.0",
"npm": "5"
2017-01-11 18:32:45 +00:00
},
2016-12-18 06:51:25 +00:00
"dependencies": {
"@yarnpkg/lockfile": "1.0.0",
"bunyan": "1.8.12",
"cacache": "10.0.2",
2018-02-12 05:25:00 +00:00
"chalk": "2.3.1",
"changelog": "1.4.1",
"child-process-promise": "2.2.1",
"commander": "2.14.1",
"compare-versions": "3.1.0",
"conventional-commits-detector": "0.1.1",
"convert-hrtime": "2.0.0",
"deepcopy": "0.6.3",
"delay": "2.0.0",
"detect-indent": "5.0.0",
"email-addresses": "3.0.1",
"fs-extra": "5.0.0",
"get-installed-path": "4.0.8",
"gh-got": "7.0.0",
"github-url-from-git": "1.5.0",
"gl-got": "8.0.0",
2018-02-11 21:01:08 +00:00
"got": "8.1.0",
"handlebars": "4.0.11",
"ini": "1.3.5",
"js-yaml": "3.10.0",
"json-dup-key-validator": "1.0.2",
"json-stringify-pretty-compact": "1.1.0",
"json-stringify-safe": "5.0.1",
"later": "1.2.0",
"lodash": "4.17.5",
"minimatch": "3.0.4",
"moment": "2.20.1",
"moment-timezone": "0.5.14",
"npm": "5.6.0",
"openpgp": "2.6.2",
"parse-link-header": "1.0.1",
"pnpm": "1.32.0",
"registry-auth-token": "3.3.2",
"root-require": "0.3.1",
"semver": "5.5.0",
"semver-stable": "2.0.4",
"semver-utils": "1.1.1",
"showdown": "1.8.6",
"tmp-promise": "1.0.4",
"traverse": "0.6.6",
2017-11-24 07:58:14 +00:00
"upath": "1.0.2",
2017-11-12 13:29:23 +00:00
"vso-node-api": "6.2.8-preview",
"yarn": "1.3.2"
Add eslint Closes #17 commit 12d7e50a818720ff2c44e4e9475eef78a1dc0174 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 22:27:56 2017 +0100 Update eslintrc commit f583442dcdf7e3180d2da5464693df12f4419152 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 22:22:15 2017 +0100 Add eslint and config commit 59334f7a7311c451ef7aa4e0759d9c09686e86c6 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 22:20:24 2017 +0100 Refactor promise for linting commit 288f0e753a3d1e93f1b14e3e80692861fab0fff0 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 19:09:48 2017 +0100 Fix more promise lints commit 7f602a149c60da123bc010965ec8be78b3fa7ab1 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 18:30:18 2017 +0100 lint github promises commit dd6b78340e5a9c128e83aa87da8e3714e3947e82 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 18:30:10 2017 +0100 lint npm promises commit 5c48c159c7ab89999e7966d93c4b1c9f1179d95d Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 15:25:13 2017 +0100 Lint packageJson helper commit b440eb83fccdc2c1afbd3e3b74c6798e35b3533f Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 15:04:56 2017 +0100 Fix github helper lint commit 269c84a2be8a2e9cd495d4f90893eaaccd8a2156 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 15:00:48 2017 +0100 Fix typo commit 548ca6c31f3f4417995c65f4466d216a4918387e Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 15:00:29 2017 +0100 Fix npm lint commit f8ea5d5b72745e7cbebad184f46fc3046f57a525 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 14:56:15 2017 +0100 lint defaults commit 6130092a57d37d62ed8f1274817ce81dfdae84bc Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 14:52:16 2017 +0100 Finish index commit 9e2b6f5e02fad38904172b40811043a0caab879b Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 14:40:06 2017 +0100 Fix string concatenation commit 47b7cdac3f0acc6588e403dff3cacfda27789472 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 14:38:23 2017 +0100 Fix arrow syntax commit 27b8db685f7ee66e914754fd578d421f39656397 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 14:29:10 2017 +0100 Refactor updateDependency commit 272f012583ac514709c81ffd7a68f50f0b4ed2b3 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 14:15:43 2017 +0100 Refactor ensureCommit commit 1e1ff56d6b94a8ef6a360213715563452a0957e8 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 13:54:02 2017 +0100 Refactor ensurePr
2017-01-10 21:28:22 +00:00
},
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "6.26.0",
"chai": "4.1.2",
"codecov": "3.0.0",
"cross-env": "5.1.3",
"eslint": "4.17.0",
"eslint-config-airbnb-base": "12.1.0",
"eslint-config-prettier": "2.9.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-promise": "3.6.0",
"jest": "22.2.2",
"mockdate": "2.0.2",
"nock": "9.1.6",
"prettier": "1.10.2",
"semantic-release": "12.4.1"
},
"files": [
2017-10-08 05:28:01 +00:00
"lib"
],
"babel": {
"plugins": [
"transform-object-rest-spread"
]
2017-01-22 15:17:06 +00:00
},
"jest": {
2017-06-30 14:02:40 +00:00
"cacheDirectory": ".cache/jest",
"coverageDirectory": "./coverage",
"collectCoverage": true,
"collectCoverageFrom": [
"lib/**/*.js"
],
"coverageReporters": [
"json",
"lcov",
"text-summary"
],
"setupFiles": [
2017-11-08 05:44:03 +00:00
"./test/globals.js"
],
"setupTestFrameworkScriptFile": "./test/chai.js"
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5"
},
2017-01-22 15:17:06 +00:00
"renovate": {
"extends": [
"config:base",
2017-12-20 19:36:23 +00:00
":rebaseStalePrs",
":label(ready)",
":assignee(rarkins)"
],
"semanticCommitScope": null
},
"publishConfig": {
"tag": "latest"
},
"release": {
"branch": "master",
"analyzeCommits": {
"preset": "angular",
"releaseRules": [
2017-10-20 04:45:19 +00:00
{
"type": "docs",
"scope": "readme.md",
"release": "patch"
},
{
"type": "refactor",
"release": "patch"
}
]
}
2016-12-18 06:51:25 +00:00
}
}