-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathpackage.json
55 lines (55 loc) · 1.37 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
49
50
51
52
53
54
55
{
"name": "create-twilio-function",
"version": "3.0.2-rc.0",
"description": "A CLI tool to generate a new Twilio Function using that can be run locally with twilio-run.",
"bin": "./bin/create-twilio-function",
"main": "./src/create-twilio-function.js",
"scripts": {
"jest": "jest"
},
"keywords": [
"twilio",
"twilio-functions",
"serverless"
],
"author": "Twilio Inc. <[email protected]> (https://www.twilio.com/labs)",
"contributors": [
"Phil Nash <[email protected]> (https://philna.sh)"
],
"repository": {
"type": "git",
"url": "https://github.com/twilio-labs/serverless-toolkit.git"
},
"homepage": "https://github.com/twilio-labs/serverless-toolkit",
"bugs": {
"url": "https://github.com/twilio-labs/serverless-toolkit/issues"
},
"license": "MIT",
"devDependencies": {
"jest": "^24.5.0",
"nock": "^11.3.4"
},
"dependencies": {
"boxen": "^3.0.0",
"chalk": "^2.4.2",
"gitignore": "^0.6.0",
"inquirer": "^6.2.2",
"ora": "^3.2.0",
"pkg-install": "^1.0.0",
"rimraf": "^2.6.3",
"terminal-link": "^2.0.0",
"twilio-run": "3.1.0-rc.0",
"window-size": "^1.1.1",
"wrap-ansi": "^6.0.0",
"yargs": "^12.0.5"
},
"engines": {
"node": ">=12.22.1"
},
"files": [
"bin/",
"src/",
"templates/"
],
"gitHead": "9382ba7f1c23cdf18ac8bb6cada92340d63491dd"
}