-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 841 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 841 Bytes
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
{
"name": "@inpyjamas/renovate-config",
"version": "1.1.0",
"description": "shareable renovate config",
"scripts": {
"validate": "renovate-config-validator",
"test": "npm run validate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inpyjamas/renovate-config.git"
},
"author": "Fabian Morón Zirfas",
"license": "MIT",
"bugs": {
"url": "https://github.com/inpyjamas/renovate-config/issues"
},
"homepage": "https://github.com/inpyjamas/renovate-config#readme",
"devDependencies": {
"@technologiestiftung/semantic-release-config": "1.2.4",
"cz-conventional-changelog": "3.3.0",
"prettier": "3.8.1",
"renovate": "39.264.1",
"semantic-release": "24.2.9"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}