-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 982 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
31
32
33
34
{
"name": "@rightcapitalhq/renovate-config",
"version": "0.0.1",
"description": "A shareable config preset for Renovate used in RightCapital",
"keywords": [
"npm",
"pnpm",
"renovate",
"renovate-presets"
],
"homepage": "https://github.com/RightCapitalHQ/renovate-config",
"bugs": {
"url": "https://github.com/RightCapitalHQ/renovate-config/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RightCapitalHQ/renovate-config.git"
},
"license": "MIT",
"scripts": {
"fix": "prettier -w .",
"lint": "prettier -c .",
"prepare": "./scripts/prepare.sh",
"test": "pnpm run /^validate:/",
"validate:default": "renovate-config-validator --strict default.json",
"validate:library": "renovate-config-validator --strict library.json"
},
"devDependencies": {
"@rightcapital/prettier-config": "7.1.10",
"prettier": "3.4.2",
"renovate": "latest"
},
"packageManager": "[email protected]"
}