-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 1020 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": "root",
"private": true,
"version": "1.0.0",
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"lerna": "^8.1.9"
},
"scripts": {
"serve": "pnpm --parallel --recursive --if-present run serve",
"populate": "pnpm --recursive --if-present run populate",
"test": "pnpm --recursive --if-present run test",
"lint": "pnpm --recursive --if-present run lint",
"cm": "cz",
"new-version": "lerna version --conventional-commits --yes",
"pcm": "lerna run --concurrency 1 --stream pcm --since HEAD --exclude-dependents",
"proto": "pnpm --recursive --if-present run proto"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "[email protected]+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
}