-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.33 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
{
"name": "ta-bulk-testing",
"version": "0.0.31",
"description": "This is a project that helps you make bulk testing to twilio's autopilot infraestructure.",
"main": "index.js",
"bin": {
"ta-bulk-testing": "index.js"
},
"scripts": {
"test": "mocha",
"start": "node index.js",
"patch-release": "npm version patch && npm publish && git push --follow-tags",
"git-commit": "git add -A . && git commit -a -m 'gh-pages update'",
"git-push": "git push origin gh-pages --force && git checkout master",
"deploy": "npm run build && npm run git-commit && npm run git-push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ErickAgrazal/ta-bulk-testing.git"
},
"keywords": [
"twilio",
"autopilot",
"testing",
"queries"
],
"author": "Erick Agrazal",
"license": "MIT",
"bugs": {
"url": "https://github.com/ErickAgrazal/ta-bulk-testing/issues"
},
"homepage": "https://github.com/ErickAgrazal/ta-bulk-testing#readme",
"dependencies": {
"csvtojson": "^2.0.8",
"dotenv": "^8.0.0",
"esm": "^3.2.22",
"got": "^9.6.0",
"intent-utterance-expander": "^0.0.9",
"intent-utterance-generator": "^0.0.2",
"meow": "^5.0.0",
"minimist": "^1.2.0",
"ora": "^3.4.0",
"prompts": "^2.0.4",
"twilio": "^3.30.3",
"write-json-file": "^3.2.0"
}
}