forked from fujia-cli/stage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 983 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@fujia/stage",
"description": "An awesome CLI tool kits",
"keywords": [
"cli",
"JavaScript",
"Node.js",
"lerna",
"tools",
"stage"
],
"author": {
"name": "fujia",
"url": "https://github.com/fushenguang",
"email": "[email protected]"
},
"homepage": "https://github.com/fujia-cli/stage",
"bugs": {
"url": "https://github.com/fujia-cli/stage/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/fujia-cli/stage"
},
"license": "MIT",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"devDependencies": {
"@commitlint/config-conventional": "^15.0.0",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.11",
"chalk": "^4.1.2",
"commitlint": "^15.0.0",
"husky": "^7.0.4",
"jest": "^27.4.3",
"lerna": "^4.0.0",
"ts-jest": "^27.1.0"
},
"scripts": {
"prepare": "husky install",
"prerelease": "node ./scripts/prerelease.js",
"release": "lerna run tsc && lerna publish"
}
}