-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 902 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
{
"name": "@c4605/js-metarepo",
"repository": "https://github.com/bolasblack/js-metarepo",
"author": "c4605 <[email protected]>",
"license": "MIT",
"private": true,
"packageManager": "[email protected]",
"workspaces": [
"packages/start/*",
"packages/lab/*",
"packages/*"
],
"scripts": {
"lint": "lerna run lint",
"test": "LERNA_TEST=1 lerna run test",
"postinstall": "patch-package",
"release": "lerna version --sign-git-tag --conventional-commits"
},
"devDependencies": {
"@c4605/toolconfs": "^5.2.2",
"@types/node": "^20.4.0",
"commitlint": "^19.0.0",
"identity-obj-proxy": "^3.0.0",
"lerna": "^8.0.0",
"lint-staged": "^15.0.0",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"typedoc": "^0.25.0",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
},
"prettier": "@c4605/toolconfs/prettierrc"
}