-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.15 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
77
78
{
"name": "bannerbear-twitter-banner",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"ajv": "^6.12.6",
"asn1": "^0.2.6",
"assert-plus": "^1.0.0",
"asynckit": "^0.4.0",
"aws-sign2": "^0.7.0",
"aws4": "^1.11.0",
"bannerbear": "^1.4.0",
"base64url": "^3.0.1",
"bcrypt-pbkdf": "^1.0.2",
"caseless": "^0.12.0",
"combined-stream": "^1.0.8",
"core-util-is": "^1.0.2",
"cron": "^2.1.0",
"dashdash": "^1.14.1",
"data-uri-to-buffer": "^4.0.0",
"deep-extend": "^0.5.1",
"delayed-stream": "^1.0.0",
"dotenv": "^16.0.3",
"ecc-jsbn": "^0.1.2",
"express": "^4.18.2",
"extend": "^3.0.2",
"extsprintf": "^1.3.0",
"fast-deep-equal": "^3.1.3",
"fast-json-stable-stringify": "^2.1.0",
"fetch-blob": "^3.2.0",
"forever-agent": "^0.6.1",
"form-data": "^2.3.3",
"formdata-polyfill": "^4.0.10",
"getpass": "^0.1.7",
"har-schema": "^2.0.0",
"har-validator": "^5.1.5",
"http-signature": "^1.2.0",
"is-typedarray": "^1.0.0",
"isstream": "^0.1.2",
"jsbn": "^0.1.1",
"json-schema": "^0.4.0",
"json-schema-traverse": "^0.4.1",
"json-stringify-safe": "^5.0.1",
"jsprim": "^1.4.2",
"luxon": "^1.28.0",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"node-domexception": "^1.0.0",
"node-fetch": "^2.6.6",
"oauth-sign": "^0.9.0",
"performance-now": "^2.1.0",
"psl": "^1.9.0",
"punycode": "^2.1.1",
"qs": "^6.5.3",
"request": "^2.88.2",
"safe-buffer": "^5.2.1",
"safer-buffer": "^2.1.2",
"sshpk": "^1.17.0",
"tough-cookie": "^2.5.0",
"tr46": "^0.0.3",
"tunnel-agent": "^0.6.0",
"tweetnacl": "^0.14.5",
"twitter": "^1.7.1",
"uri-js": "^4.4.1",
"uuid": "^3.4.0",
"verror": "^1.10.0",
"web-streams-polyfill": "^3.2.1",
"webidl-conversions": "^3.0.1",
"whatwg-url": "^5.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"update-lambda": "zip -r function.zip . | aws lambda update-function-code --function-name updateTwitterEventBanner --zip-file fileb://function.zip"
},
"author": "",
"license": "ISC"
}