-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 850 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
{
"name": "vultr-vscode",
"version": "2.0.0",
"description": "vultr-vscode is a node.js utility that enables you to create a virtual machine on vultr and host vs code on the browser",
"main": "index.js",
"scripts": {
"test": "npm start test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/naseif/vultr-vscode.git"
},
"keywords": [
"vscode",
"vscode-browser",
"vultr",
"vultr-vscode"
],
"author": "naseif",
"license": "MIT",
"bugs": {
"url": "https://github.com/naseif/vultr-vscode/issues"
},
"homepage": "https://github.com/naseif/vultr-vscode#readme",
"dependencies": {
"@vultr/vultr-node": "^2.2.1",
"argparse": "^2.0.1",
"chalk": "^4.1.2",
"cli-table": "^0.3.6",
"moment": "^2.29.1",
"node-ssh": "^12.0.0",
"prompt-sync": "^4.2.0"
}
}