forked from sourcefuse/loopback4-microservice-catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 782 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",
"clean-deps": "lerna clean --yes && lerna exec --no-private \"npm install --ignore-scripts --package-lock-only --no-audit\""
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@commitlint/config-lerna-scopes": "^14.0.0",
"@loopback/monorepo": "^0.4.0",
"commitizen": "^4.2.4",
"custom-sf-changelog": "file:packages/custom-sf-changelog",
"cz-conventional-changelog": "^3.3.0",
"cz-format-extension": "^1.4.2",
"husky": "^7.0.4",
"lerna": "^4.0.0"
},
"config": {
"commitizen": {
"path": "cz-format-extension"
}
},
"dependencies": {
"handlebars": "^4.7.7"
}
}