forked from aws-solutions/performance-dashboard-on-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 779 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
{
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"commitizen": "^4.2.6",
"cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.0",
"prettier": "2.8.0"
},
"scripts": {
"prepare": "husky install",
"cm": "cz"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"dependencies": {
"license-checker": "^25.0.1",
"license-report": "^6.3.0"
},
"overrides": {
"semver": "7.5.2",
"word-wrap" : "npm:@aashutoshrathi/[email protected]"
}
}