-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
30 lines (30 loc) · 967 Bytes
/
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
{
"name": "@teppeis/renovate-config",
"description": "My shareable config for Renovate (renovatebot.com)",
"version": "1.15.0",
"author": "Teppei Sato <[email protected]>",
"files": [],
"scripts": {
"test": "run-s validate:*",
"validate:anytime": "RENOVATE_CONFIG_FILE=anytime.json renovate-config-validator",
"validate:default": "RENOVATE_CONFIG_FILE=default.json renovate-config-validator",
"validate:semanticPrefixFixDepsPeerChoreOthers": "RENOVATE_CONFIG_FILE=semanticPrefixFixDepsPeerChoreOthers.json renovate-config-validator"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"renovate": "^37.440.7"
},
"homepage": "https://github.com/teppeis/renovate-config",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/teppeis/renovate-config.git"
},
"bugs": {
"url": "https://github.com/teppeis/renovate-config/issues"
},
"keywords": [
"npm",
"renovate"
],
"license": "MIT"
}