-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.18 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
{
"name": "connectfaas",
"version": "1.0.0",
"description": "Connect FAAS API for DCEG's Cohort Study",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec --timeout 5000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/episphere/connectFaas.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/episphere/connectFaas/issues"
},
"homepage": "https://github.com/episphere/connectFaas#readme",
"dependencies": {
"@google-cloud/bigquery": "^7.3.0",
"@google-cloud/firestore": "^7.1.0",
"@google-cloud/kms": "^4.0.1",
"@google-cloud/pubsub": "^4.1.0",
"@google-cloud/secret-manager": "^5.0.1",
"@google-cloud/storage": "^7.7.0",
"@sendgrid/eventwebhook": "^8.0.0",
"@sendgrid/mail": "^8.1.0",
"crypto": "^1.0.1",
"crypto-js": "^4.2.0",
"fast-crc32c": "^2.0.0",
"firebase-admin": "^11.11.1",
"firebase-functions": "^4.5.0",
"googleapis": "^129.0.0",
"showdown": "^2.1.0",
"twilio": "^4.20.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@google-cloud/functions-framework": "^3.2.0",
"mocha": "^10.2.0",
"supertest": "^6.3.3"
}
}