-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.63 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"author": {
"name": "CPS",
"email": "373704015@qq.com",
"url": "https://www.capsion.top"
},
"name": "@mucpsing/cli",
"version": "2.2.3",
"description": "个人自用脚手架",
"main": "index.mjs",
"module": "bin/index.ems.js",
"type": "module",
"types": "types/index.d.ts",
"typings": "types/index.d.ts",
"bin": {
"cps": "dist/index.mjs"
},
"os": ["linux", "win32"],
"scripts": {
"commit": "git-cz",
"test": "node dist/index.mjs --test",
"build": "tsc"
},
"bugs": {
"url": "https://github.com/mucpsing/cps-cli/issues",
"email": "373704015@qq.com"
},
"keywords": ["cps-cli", "cpasion", "cli"],
"license": "MIT",
"devDependencies": {
"commitizen": "^4.3.0",
"commitlint-config-cz": "^0.13.3",
"cz-customizable": "^7.0.0",
"@types/download": "^8.0.1",
"@types/express": "^4.17.17",
"@types/fs-extra": "^9.0.13",
"@types/git-clone": "^0.2.0",
"@types/inquirer": "^9.0.3",
"@types/moment": "^2.13.0",
"@types/node": "^17.0.8",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"axios": "^1.3.6",
"chalk": "^4.1.2",
"commander": "^8.3.0",
"download": "^8.0.0",
"express": "^4.18.1",
"fs-extra": "^10.0.1",
"git-clone": "^0.2.0",
"glob": "^10.2.2",
"i18n": "^0.13.4",
"inquirer": "8",
"moment": "^2.29.2",
"ora": "^6.0.1"
},
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mucpsing/cps-cli"
},
"publishConfig": {
"access": "public"
}
}