forked from twilio/autopilot-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 970 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 970 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
41
42
{
"name": "@dabblelab/twilio-assistant-cli",
"version": "1.0.0-alpha.4",
"bin": {
"ta": "./bin/cli.js"
},
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 1000000 --reporter spec",
"preinstall": "node check-version.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tingiris/twilio-assistant-cli.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tingiris/twilio-assistant-cli/issues"
},
"homepage": "https://github.com/tingiris/twilio-assistant-cli#readme",
"dependencies": {
"chalk": "^2.4.1",
"clear": "^0.1.0",
"figlet": "^1.2.1",
"inquirer": "^6.2.0",
"lodash": "^4.17.11",
"minimist": "^1.2.0",
"ora": "^3.0.0",
"pretty-json-stringify": "0.0.2",
"twilio": "^3.23.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "*"
},
"engines": {
"node": ">=8.10.0"
}
}