-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
52 lines (52 loc) · 1.44 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
48
49
50
51
52
{
"name": "gacm",
"version": "1.2.11",
"description": "gacm",
"author": "alqmc",
"license": "MIT",
"scripts": {
"build": "gulp --require sucrase/register/ts --gulpfile build/gulpfile.ts",
"clear": "rimraf dist",
"link": "cd dist && pnpm link --global",
"push": "git push gitee master && git push github master",
"update:version": "sucrase-node build/utils/version.ts",
"lint": "eslint . --fix",
"log": "changeloger",
"release": "sucrase-node script/release.ts",
"prepare": "husky install"
},
"dependencies": {
"execa": "5.1.1",
"kolorist": "^1.5.1",
"minimist": "^1.2.6",
"node-fetch": "2.6.6",
"prompts": "^2.4.2"
},
"devDependencies": {
"@alqmc/build-ts": "^0.0.8",
"@alqmc/build-utils": "^0.0.3",
"@alqmc/eslint-config-ts": "^0.0.9",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-angular": "^8.3.4",
"@commitlint/config-conventional": "^16.2.1",
"@types/fs-extra": "^9.0.13",
"@types/gulp": "^4.0.9",
"@types/node": "^17.0.21",
"@types/node-fetch": "^2.6.2",
"@types/prompts": "^2.0.14",
"cac": "^6.7.14",
"changeloger": "0.1.0",
"commitizen": "^4.1.2",
"eslint": "^8.31.0",
"fs-extra": "^10.1.0",
"gulp": "^4.0.2",
"husky": "^8.0.1",
"lint-staged": "^10.5.4",
"prettier": "^2.6.2",
"prompts": "^2.4.2",
"rimraf": "^3.0.2",
"sucrase": "^3.20.3",
"tslib": "^2.4.0",
"typescript": "^4.6.3"
}
}