-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
50 lines (50 loc) · 1.26 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
{
"name": "@twilio-labs/serverless-runtime-types",
"version": "4.0.1",
"description": "TypeScript definitions to define globals for the Twilio Serverless runtime",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node bundler.js",
"prepack": "npm run build"
},
"keywords": [
"twilio",
"serverless",
"typescript",
"types"
],
"author": "Twilio Inc. <[email protected]> (https://www.twilio.com/labs)",
"contributors": [
"Dominik Kundel <[email protected]> (https://dkundel.com)"
],
"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"
},
"dependencies": {
"@types/express": "^4.17.21",
"@types/qs": "^6.9.4",
"twilio": "^4.23.0"
},
"devDependencies": {
"all-contributors-cli": "^6.7.0",
"typescript": "^5.3.3"
},
"publishConfig": {
"access": "public"
},
"files": [
"README.md",
"index.js",
"index.d.ts",
"types.d.ts",
"bundle.d.ts"
],
"gitHead": "9382ba7f1c23cdf18ac8bb6cada92340d63491dd"
}