-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 885 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
{
"name": "conventional-commits",
"version": "3.0.0",
"description": "",
"main": "index.js",
"scripts": {
"commit": "cz",
"prepare": "husky install",
"test": "echo \"Running tests... No tests available!\"",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mhxbe/conventional-commits.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mhxbe/conventional-commits/issues"
},
"homepage": "https://github.com/mhxbe/conventional-commits#readme",
"engines": {
"node": ">=16.15.0",
"npm": ">=8.5.5"
},
"devDependencies": {
"@commitlint/cli": "17.0.0",
"@commitlint/config-conventional": "17.0.0",
"@commitlint/cz-commitlint": "17.0.0",
"commitizen": "4.2.4",
"husky": "8.0.1",
"standard-version": "9.5.0"
}
}