-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathpackage.json
53 lines (53 loc) · 1.35 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
{
"name": "create-twilio-function",
"version": "3.5.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": {},
"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": {
"@twilio/runtime-handler": "^2.1.0",
"nock": "^11.3.4"
},
"dependencies": {
"boxen": "^5.1.2",
"chalk": "^4.1.1",
"gitignore": "^0.7.0",
"inquirer": "^8.1.5",
"ora": "^5.4.1",
"pkg-install": "^1.0.0",
"rimraf": "^2.6.3",
"terminal-link": "^2.0.0",
"twilio-run": "^4.0.3",
"window-size": "^1.1.1",
"wrap-ansi": "^7.0.0",
"yargs": "^17.2.1"
},
"engines": {
"node": ">=12.22.1"
},
"files": [
"bin/",
"src/",
"templates/"
],
"gitHead": "6db273648ed19474f4125042556b10c051529912"
}