-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 944 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 944 Bytes
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
{
"name": "c-deploy-cli",
"version": "0.0.6",
"description": "A cli tool for web deploy.",
"bin": {
"deploy": "index.js"
},
"keywords": [
"web",
"node-ssh",
"deploy"
],
"author": "henry",
"license": "ISC",
"engines": {
"node": ">=9.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/cj620/c-deploy-cli"
},
"dependencies": {
"archiver": "^3.1.1",
"chalk": "^3.0.0",
"commander": "^4.1.0",
"download-git-repo": "^3.0.2",
"inquirer": "^7.0.3",
"node-ssh": "^7.0.0",
"ora": "^4.0.3",
"semver": "^7.1.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^3.1.4",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1"
}
}