-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 874 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
{
"name": "@sccode/cli",
"version": "1.0.4",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sccgithub/ccli.git"
},
"bin": {
"ccli": "./dist/index.js"
},
"files": [
"dist",
"examples",
"src",
"!**/*.tsbuildinfo",
"!**/node_modules"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sccgithub/ccli/issues"
},
"homepage": "https://github.com/sccgithub/ccli#readme",
"dependencies": {
"ali-oss": "^6.16.0",
"cac": "^6.7.11",
"chalk": "^4.1.2",
"inquirer": "^8.2.0"
},
"devDependencies": {
"@types/ali-oss": "^6.0.11",
"@types/inquirer": "^8.1.3",
"@types/node": "^16.11.2",
"prettier": "^2.4.1",
"ts-node": "^10.3.1",
"typescript": "^4.4.4"
}
}