-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.2 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
{
"name": "renovate-config",
"version": "0.0.0",
"private": false,
"license": "AGPL-3.0",
"engines": {
"node": "^20.18.0"
},
"description": "1024pix shared renovate config",
"scripts": {
"lint:fix": "prettier --write .",
"lint": "prettier --check .",
"test": "run-p validate:**",
"validate:default": "renovate-config-validator --strict default.json",
"validate:no-auto": "renovate-config-validator --strict no-auto.json",
"validate:aggressive": "renovate-config-validator --strict aggressive.json",
"validate:auto-patch": "renovate-config-validator --strict auto-patch.json",
"validate:auto-minor": "renovate-config-validator --strict auto-minor.json",
"validate:presets": "renovate-config-validator --strict presets/*.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1024pix/renovate-config.git"
},
"keywords": [
"renovate",
"config"
],
"author": "1024pix team",
"bugs": {
"url": "https://github.com/1024pix/renovate-config/issues"
},
"homepage": "https://github.com/1024pix/renovate-config#readme",
"devDependencies": {
"npm-run-all2": "^6.0.0",
"prettier": "^3.0.0",
"renovate": "^38.0.0"
}
}