-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 955 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": "@bandwidth/quickstart-cli",
"version": "0.0.3",
"description": "A CLI to help developers that are getting started with Bandwidth, set up their development environments and order phone numbers.",
"main": "cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bandwidth/bandwidth-cli.git"
},
"bin": {
"bandwidth": "./bin/run",
"bw": "./bin/run"
},
"author": "Bryan Wu",
"license": "MIT",
"bugs": {
"url": "https://github.com/Bandwidth/bandwidth-cli/issues"
},
"homepage": "https://github.com/Bandwidth/bandwidth-cli#readme",
"dependencies": {
"@bandwidth/messaging": "^2.0.2",
"@bandwidth/numbers": "^1.7.0",
"colors": "^1.4.0",
"commander": "^5.1.0",
"copy-dir": "^1.3.0",
"csv-stringify": "^5.5.0",
"inquirer": "^7.1.0",
"keytar": "^6.0.1",
"yaml": "^1.10.0"
}
}