-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 877 Bytes
/
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
{
"scripts": {
"start": "node server.js",
"test": "gauge run specs"
},
"dependencies": {
"@google-cloud/firestore": "^5.0.2",
"@google-cloud/iot": "^2.5.1",
"@google-cloud/storage": "^5.18.1",
"@google-cloud/trace-agent": "^5.1.6",
"@google-cloud/vision": "^2.4.2",
"dotenv": "^8.2.0",
"execa": "^4.0.0",
"express": "^4.17.2",
"express-jwt": "^6.1.0",
"express-oauth2-jwt-bearer": "^1.1.0",
"form-data": "^4.0.0",
"google-auth-library": "^7.14.0",
"isomorphic-fetch": "^3.0.0",
"jose": "^4.5.0",
"jwks-rsa": "^2.0.5",
"mkdirp": "^1.0.3",
"mongodb": "^4.3.1",
"multer": "^1.4.4",
"node-fetch": "^2.6.1",
"p-timeout": "^3.2.0",
"source-map-support": "^0.5.16"
},
"devDependencies": {
"axios": "^0.26.0",
"expect": "^25.1.0"
},
"engines": {
"node": "16.x"
}
}