-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 794 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 794 Bytes
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
{
"name": "functions",
"description": "Cloud Functions for Firebase",
"scripts": {
"serve": "firebase serve --only functions",
"shell": "firebase experimental:functions:shell",
"start": "npm run shell",
"deploy": "firebase deploy --only functions",
"logs": "firebase functions:log"
},
"dependencies": {
"@google-cloud/storage": "^1.6.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"busboy": "^0.2.14",
"connect-busboy": "0.0.2",
"content-type": "^1.0.4",
"cors": "^2.8.4",
"express": "^4.16.3",
"firebase-admin": "^5.10.0",
"firebase-functions": "^0.9.0",
"jsonwebtoken": "^8.2.0",
"mongoose": "^5.0.8",
"multer": "^1.3.0",
"raw-body": "^2.3.2",
"winston": "^3.0.0-rc2"
},
"private": true
}