-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
76 lines (76 loc) · 2.05 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "@twilio/runtime-handler",
"version": "2.0.3",
"description": "Stub runtime for Twilio Functions",
"keywords": [
"twilio",
"twilio-functions"
],
"author": "Twilio Inc. <[email protected]> (https://www.twilio.com/labs)",
"homepage": "https://github.com/twilio-labs/serverless-toolkit/tree/main/packages/runtime-handler#readme",
"license": "MIT",
"main": "dist/invalid.js",
"types": "dist/invalid.d.ts",
"exports": {
".": "./dist/invalid.js",
"./dev": "./dist/dev-runtime/dev-runtime.js"
},
"directories": {
"src": "src",
"test": "__tests__",
"dist": "dist"
},
"files": [
"dist",
"!dist/**/__tests__/*"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/twilio-labs/serverless-toolkit.git"
},
"scripts": {
"test": "run-s build:noemit jest",
"build": "tsc",
"watch": "tsc --watch",
"build:noemit": "tsc --noEmit",
"clean": "rimraf ./dist"
},
"devDependencies": {
"@twilio/test-dep": "npm:[email protected]",
"@types/common-tags": "^1.8.0",
"@types/cookie-parser": "^1.4.2",
"@types/debug": "^4.1.4",
"@types/express-useragent": "^0.2.21",
"@types/express-serve-static-core": "4.17.33",
"@types/jest": "^26.0.24",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^18.0.0",
"@types/supertest": "^2.0.8",
"npm-run-all": "^4.1.5",
"rimraf": "^2.6.3",
"supertest": "^3.1.0",
"typescript": "^4.9.4"
},
"bugs": {
"url": "https://github.com/twilio-labs/serverless-toolkit/issues"
},
"dependencies": {
"@twilio-labs/serverless-runtime-types": "^4.0.1",
"@types/express": "4.17.21",
"chalk": "^4.1.1",
"common-tags": "^1.8.0",
"cookie-parser": "^1.4.5",
"debug": "^3.1.0",
"express": "^4.16.3",
"express-useragent": "^1.0.13",
"fast-redact": "^1.5.0",
"nocache": "^2.1.0",
"normalize.css": "^8.0.1",
"serialize-error": "^7.0.1",
"twilio": "4.23.0"
},
"gitHead": "6db273648ed19474f4125042556b10c051529912"
}