-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 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": "@eclass/renovate-config",
"version": "1.6.2",
"description": "A shareable renovate-config to eclass projects",
"main": "",
"scripts": {
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "https://github.com/eclass/renovate-config"
},
"keywords": [
"renovate",
"renovate-config",
"eclass"
],
"engines": {
"node": "16.20.2"
},
"author": "Leonardo Gatica <[email protected]> (https://about.me/lgatica)",
"bugs": {
"url": "https://github.com/eclass/renovate-config/issues"
},
"homepage": "https://github.com/eclass/renovate-config#readme",
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.1.0",
"@semantic-release/npm": "9.0.2",
"@semantic-release/release-notes-generator": "10.0.3",
"husky": "8.0.3",
"semantic-release": "19.0.5"
}
}