-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.4 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.4 KB
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
56
{
"name": "create-twilio-function",
"version": "3.2.1",
"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. <open-source@twilio.com> (https://www.twilio.com/labs)",
"contributors": [
"Phil Nash <philnash@twilio.com> (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": {
"@twilio/runtime-handler": "^1.1.3",
"jest": "^26.6.3",
"nock": "^11.3.4"
},
"dependencies": {
"boxen": "^3.0.0",
"chalk": "^2.4.2",
"gitignore": "^0.7.0",
"inquirer": "^6.2.2",
"ora": "^6.0.0",
"pkg-install": "^1.0.0",
"rimraf": "^2.6.3",
"terminal-link": "^2.0.0",
"twilio-run": "^3.2.2",
"window-size": "^1.1.1",
"wrap-ansi": "^8.0.0",
"yargs": "^12.0.5"
},
"engines": {
"node": ">=12.22.1"
},
"files": [
"bin/",
"src/",
"templates/"
],
"gitHead": "9382ba7f1c23cdf18ac8bb6cada92340d63491dd"
}