-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.17 KB
/
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": "nuwa-cli",
"version": "1.0.7",
"description": "project initialization、CD framework",
"main": "dist/lib/library.js",
"bin": "bin/nuwa-cli",
"scripts": {
"install:sub": "lerna exec yarn",
"dev": "lerna run dev",
"release": "lerna run --scope='nuwa-cli-workbench' build && lerna version --conventional-commits --yes"
},
"lint-staged": {
"packages/**/*.{js,ts}": [
"prettier --write",
"eslint --fix",
"git add"
]
},
"keywords": [
"cli",
"node",
"template",
"js",
"CI",
"CD"
],
"author": "WeilinerL",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@types/node": "^16.11.11",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.3",
"lerna": "^7.4.2",
"lint-staged": "^12.1.2",
"prettier": "^2.5.0",
"rimraf": "^3.0.2",
"typescript": "^4.5.2"
},
"repository": "[email protected]:WeilinerL/nuwa-cli.git",
"packageManager": "[email protected]"
}