renovate/package.json

153 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": "dist/renovate.js",
2017-01-10 21:38:37 +00:00
"scripts": {
"build": "yarn && npm run transpile && cp -R lib/config/templates dist/config",
2017-01-17 13:30:25 +00:00
"heroku-push": "git push heroku master",
"heroku-scheduler": "heroku addons:open scheduler",
"jest": "NODE_ENV=test LOG_LEVEL=fatal jest",
"lint-fix": "eslint --fix lib test",
"lint": "eslint lib test",
"prepublishOnly": "npm run build",
"prettier": "prettier '**/*.{js,json}' --write",
"start": "node dist/renovate",
2017-02-01 12:21:21 +00:00
"start-babel": "babel-node lib/renovate",
"start-raw": "node lib/renovate",
"test-dirty": "git diff --exit-code",
"test": "npm run prettier -- --list-different && npm run lint && npm run jest",
"transpile": "rimraf dist && mkdirp dist && babel lib --out-dir dist",
"update-docs": "npm run build && bash bin/update-docs.sh",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
2017-01-10 21:38:37 +00:00
},
"repository": {
"type": "git",
"url": "https://github.com/singapore/renovate.git"
},
"keywords": [
"npm",
"outdated",
"update"
],
2017-01-15 16:28:32 +00:00
"author": "Rhys Arkins <rhys@arkins.net>",
2017-01-11 08:49:24 +00:00
"license": "MIT",
2017-01-10 21:38:37 +00:00
"bugs": {
"url": "https://github.com/singapore/renovate/issues"
},
"homepage": "https://github.com/singapore/renovate#readme",
2017-01-11 18:32:45 +00:00
"engines": {
2017-07-13 06:31:12 +00:00
"node": ">=6.11.1",
"npm": "5"
2017-01-11 18:32:45 +00:00
},
2016-12-18 06:51:25 +00:00
"dependencies": {
"bunyan": "1.8.12",
"chalk": "2.2.0",
"changelog": "1.4.0",
"child-process-promise": "2.2.1",
"commander": "2.11.0",
"conventional-commits-detector": "0.1.1",
"convert-hrtime": "2.0.0",
"fs-extra": "4.0.2",
"get-installed-path": "4.0.8",
"gh-got": "6.0.0",
"github-url-from-git": "1.5.0",
"gl-got": "7.0.0",
"got": "7.1.0",
"handlebars": "4.0.11",
"ini": "1.3.4",
"json-dup-key-validator": "1.0.2",
"json-stringify-pretty-compact": "1.0.4",
"jsonwebtoken": "8.1.0",
"keyv": "3.0.0",
"later": "1.2.0",
"lodash": "4.17.4",
"minimatch": "3.0.4",
"moment": "2.19.1",
"moment-timezone": "0.5.13",
"npm": "5.5.1",
"parse-link-header": "1.0.1",
"registry-auth-token": "3.3.1",
"root-require": "0.3.1",
"semver": "5.4.1",
"semver-stable": "2.0.4",
"semver-utils": "1.1.1",
"showdown": "1.7.6",
"tmp-promise": "1.0.3",
"traverse": "0.6.6",
"yarn": "1.2.1"
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-cli": "6.26.0",
"babel-jest": "20.0.3",
2017-06-04 20:11:54 +00:00
"babel-plugin-transform-async-to-generator": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"chai": "4.1.2",
"condition-circle": "1.5.0",
"eslint": "4.9.0",
"eslint-config-airbnb-base": "12.1.0",
"eslint-config-prettier": "2.6.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-promise": "3.6.0",
"jest": "20.0.4",
"mkdirp": "0.5.1",
"mockdate": "2.0.2",
"prettier": "1.7.4",
"rimraf": "2.6.2",
"semantic-release": "8.0.4"
},
"files": [
2017-10-08 05:28:01 +00:00
"dist",
"lib"
],
"babel": {
"plugins": [
"transform-async-to-generator",
"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"
],
"setupTestFrameworkScriptFile": "./test/chai.js"
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5"
},
2017-01-22 15:17:06 +00:00
"renovate": {
"extends": [
":app",
":automergePatch",
":automergeBranchPush",
"group:monorepos",
":automergeLinters"
2017-01-28 07:25:06 +00:00
],
"labels": [
"ready"
],
"assignees": [
"rarkins"
]
},
"release": {
"verifyConditions": "condition-circle",
"analyzeCommits": {
"preset": "angular",
"releaseRules": [
{"type": "docs", "scope": "readme.md", "release": "patch"},
{"type": "refactor", "release": "patch"}
]
}
2016-12-18 06:51:25 +00:00
}
}