-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 963 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 963 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
{
"name": "kenote-ssh-cli",
"version": "1.0.4",
"description": "own ssh command line tools ...",
"main": "index.js",
"preferGlobal": true,
"bin": {
"kssh": "./bin/index.js",
"node-ssh": "./bin/index.js"
},
"scripts": {
"build": "backpack build"
},
"dependencies": {
"archiver": "^2.1.1",
"bytes": "^3.0.0",
"commander": "^2.13.0",
"fs-extra": "^5.0.0",
"fuzzy": "^0.1.3",
"ini": "^1.3.5",
"inquirer": "^5.0.1",
"inquirer-autocomplete-prompt": "^0.12.1",
"inquirer-checkbox-autocomplete-prompt": "^0.1.0",
"moment": "^2.20.1",
"ora": "^1.3.0",
"regenerator-runtime": "^0.11.1",
"runscript": "^1.3.0",
"source-map-support": "^0.5.3",
"tty-table": "^2.5.5",
"unzip": "^0.1.11"
},
"devDependencies": {
"backpack-core": "^0.5.0"
},
"repository": "https://github.com/thondery/kenote-ssh-cli.git",
"author": "thondery <thondery@163.com>",
"license": "MIT"
}