-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
71 lines (71 loc) · 1.8 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
{
"name": "@twilio-labs/serverless-api",
"version": "5.5.2",
"description": "API-wrapper for the Twilio Serverless API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "run-s build:noemit jest",
"build": "tsc",
"watch": "tsc --watch",
"build:noemit": "tsc --noEmit",
"docs": "typedoc --options typedoc.json",
"clean": "rimraf ./dist"
},
"publishConfig": {
"access": "public"
},
"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"
},
"keywords": [
"twilio",
"serverless"
],
"author": "Twilio Inc. <[email protected]> (https://www.twilio.com/labs)",
"contributors": [
"Dominik Kundel <[email protected]> (https://dkundel.com)"
],
"license": "MIT",
"files": [
"dist/",
"!dist/**/__tests__/*",
"README.md",
"scripts/",
"LICENSE"
],
"devDependencies": {
"@types/debug": "^4.1.3",
"@types/jest": "^26.0.24",
"@types/nock": "^10.0.3",
"commitizen": "^4.2.4",
"moq.ts": "^6.3.3",
"nock": "^12.0.3",
"npm-run-all": "^4.1.5",
"rimraf": "^2.6.3",
"typedoc": "^0.23.10",
"typescript": "^4.9.4"
},
"dependencies": {
"@types/mime-types": "^2.1.0",
"@types/node": "^18.0.0",
"@types/recursive-readdir": "^2.2.0",
"debug": "^4.1.1",
"fast-redact": "^1.5.0",
"file-type": "^17.1.6",
"form-data": "^2.5.0",
"got": "^11.8.5",
"hpagent": "^0.1.1",
"mime-types": "^2.1.22",
"p-limit": "^2.3.0",
"recursive-readdir": "^2.2.2",
"type-fest": "^0.16.0",
"upath": "^1.1.2"
},
"gitHead": "6db273648ed19474f4125042556b10c051529912"
}