-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.22 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@dabblelab/autopilot-core",
"version": "1.0.1",
"description": "Core functionality for the Twilio Autopilot CLI and the Twilio Autopilot Plugin for the Twilio CLI.",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 0 --reporter spec",
"preinstall": "node check-version.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dabblelab/autopilot-core.git"
},
"keywords": [
"autopilot",
"twilio",
"autopilot core",
"core"
],
"author": "Mohammad Khalid",
"license": "MIT",
"bugs": {
"url": "https://github.com/dabblelab/autopilot-core/issues"
},
"homepage": "https://github.com/dabblelab/autopilot-core#readme",
"dependencies": {
"csv-parse": "^4.6.3",
"csv-writer": "^1.5.0",
"extract-zip": "1.6.7",
"fs-extra": "7.0.1",
"inquirer": "^6.2.1",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"ora": "^3.0.0",
"pretty-json-stringify": "0.0.2",
"request": "^2.34",
"request-promise": "^4.2.2",
"simple-git": "^1.107.0",
"underscore": "^1.9.1"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "*"
},
"engines": {
"node": ">=8.10.0"
}
}