-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 917 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
{
"name": "deploy-smart-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"bin": {
"nest-deploy-smart": "./nest-deploy-smart/start.js",
"nest3-deploy-smart": "./nest3-deploy-smart/start.js",
"nuxt-deploy-smart": "./nuxt-deploy-smart/start.js",
"nuxt3-deploy-smart": "./nuxt3-deploy-smart/start.js",
"nuxt2023-deploy-smart": "./nuxt2023-deploy-smart/start.js",
"node-deploy-smart": "./node-deploy-smart/start.js",
"meteor-deploy-smart": "./meteor-deploy-smart/start.js",
"static-deploy-smart": "./static-deploy-smart/start.js"
},
"preferGlobal": true,
"dependencies": {
"abs": "^1.3.14",
"commander": "^8.3.0",
"fs-extra": "^10.0.0",
"md5": "^2.3.0",
"node-ssh": "^12.0.2",
"rimraf": "^3.0.2"
}
}