-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1021 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
35
36
37
38
{
"name": "flex-did",
"version": "1.0.0",
"description": "Configure direct inward dialing for Twilio Flex",
"main": "buynumber.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"flex-did-setup-all": "buy-numbers && workflow-setup && studio-setup && update-numbers"
},
"bin": {
"buy-numbers": "./setup-scripts/buyNumbers.js",
"studio-setup": "./setup-scripts/studioSetup.js",
"update-numbers": "./setup-scripts/updateNumbers.js",
"workflow-setup": "./setup-scripts/workflowSetup.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cweems/flex-did.git"
},
"keywords": [
"twilio",
"flex",
"did",
"direct dial",
"direct inward dial",
"call center"
],
"author": "Charlie Weems",
"license": "ISC",
"bugs": {
"url": "https://github.com/cweems/flex-did/issues"
},
"homepage": "https://github.com/cweems/flex-did#readme",
"dependencies": {
"dotenv": "^8.2.0",
"twilio": "^3.54.2"
}
}