forked from sourcefuse/loopback4-microservice-catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 763 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
{
"name": "@sourceloop/root",
"private": false,
"scripts": {
"prepare": "husky install",
"postinstall": "patch-package",
"clean-deps": "lerna clean --yes && lerna exec --no-private \"npm install --ignore-scripts --package-lock-only --no-audit\""
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"commitizen": "^4.2.5",
"custom-sf-changelog": "file:packages/custom-sf-changelog",
"cz-conventional-changelog": "^3.3.0",
"cz-format-extension": "^1.5.0",
"husky": "^7.0.4",
"lerna": "^5.1.5"
},
"config": {
"commitizen": {
"path": "cz-format-extension"
}
},
"dependencies": {
"handlebars": "^4.7.7",
"patch-package": "^6.4.7"
}
}