-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 945 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
35
36
{
"name": "renovate-config-funish",
"version": "0.0.0",
"description": "Renovate Bot config, powered by funish.",
"private": true,
"scripts": {
"check": "renovate-config-validator ./default.json",
"format": "prettier --write --list-different . --ignore-path .gitignore",
"postinstall": "githooks install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/funish/renovate-config.git"
},
"keywords": [
"renovate",
"config"
],
"author": {
"name": "Funish",
"email": "[email protected]",
"url": "https://funish.net/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/funish/renovate-config/issues"
},
"homepage": "https://github.com/funish/renovate-config#readme",
"devDependencies": {
"@funish/githooks": "0.0.5",
"@funish/githooks-config": "0.0.2",
"@funish/lint": "0.0.2",
"prettier": "3.2.5",
"renovate": "37.282.0"
}
}