-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 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
{
"name": "ccloud",
"type": "module",
"version": "1.4.8",
"description": "CactiveCloud CLI Tool",
"main": "index.js",
"scripts": {
"build": "tsc -p .",
"test": "npm run build && node ./dist/test.js",
"dev": "tsc-watch -p . --onSuccess \"nodemon ./dist/test.js\""
},
"bin": {
"ccloud": "dist/cli/manage.js"
},
"keywords": [],
"author": "CactiveNetwork",
"license": "ISC",
"devDependencies": {
"dotenv": "^16.0.1",
"nodemon": "^2.0.16",
"tsc-watch": "^5.0.3",
"typescript": "^4.8.0-dev.20220510"
},
"dependencies": {
"@types/archiver": "^5.3.1",
"@types/express": "^4.17.13",
"@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.31",
"@types/node-fetch": "^2.6.1",
"archiver": "^5.3.1",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"enquirer": "^2.3.6",
"express": "^4.18.1",
"form-data": "^4.0.0",
"fs-extra": "^10.1.0",
"h3": "^0.8.6",
"http-terminator": "^3.2.0",
"meow": "^10.1.2",
"node-fetch": "^3.2.4",
"node-porter": "^1.1.0",
"ora": "^6.1.0",
"port": "^0.8.1"
}
}