forked from renovatebot/renovate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
202 lines (202 loc) · 5.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
{
"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 <[email protected]>",
"contributors": [
"Hutson Betts <[email protected]>",
"Ayoub Kaanich <[email protected]>",
"Dragomir Țurcanu <[email protected]>",
"Sam Neirinck <[email protected]>",
"Nicolas Byl <[email protected]>",
"Maximilian Gaß <[email protected]>",
"Vladimir Starkov <[email protected]>",
"Filip Stenbeck <[email protected]>",
"Andreas Bexelius <[email protected]>",
"Klaus Meinhardt <[email protected]>",
"James King <[email protected]>",
"Jean-Yves Couët <[email protected]>"
],
"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.6.0",
"semver-stable": "2.0.4",
"semver-utils": "1.1.4",
"simple-git": "1.105.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"
}
]
}
}
}