-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.5 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.5 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
{
"name": "@zhin.js/cli",
"version": "0.2.34",
"description": "zhin 脚手架",
"bin": {
"zhin": "lib/index.js"
},
"scripts": {
"start": "zhin start",
"build": "tsc --project tsconfig.json && tsc-alias -p tsconfig.json",
"dev": "ts-node-dev -r tsconfig-paths/register ./src/index.ts",
"pub": "npm publish --access public",
"test": "node ./lib/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhinjs/zhin.git",
"directory": "basic/cli"
},
"keywords": [
"zhin",
"cli",
"service"
],
"author": "凉菜",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhinjs/zhin/issues"
},
"homepage": "https://github.com/zhinjs/zhin/tree/main/basic/cli#readme",
"devDependencies": {
"@types/archiver": "^5.3.1",
"@types/inquirer": "^9.0.2",
"@types/js-yaml": "^4.0.5",
"@types/koa": "^2.13.5",
"@types/node": "latest",
"ssh2-streams": "^0.4.10",
"ts-node-dev": "latest",
"tsc-alias": "^1.8.2",
"tsconfig-paths": "^4.1.2",
"typescript": "^4.9.4"
},
"files": [
"/lib/**/*.js",
"/lib/**/*.d.ts",
"/lib/**/LICENSE",
"client"
],
"dependencies": {
"archiver": "^5.3.1",
"axios": "^1.1.2",
"cac": "^6.7.14",
"inquirer": "~8.2.4",
"js-yaml": "^4.1.0",
"node-ssh": "^13.0.1"
}
}