generated from ecomplus/application-starter
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 905 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
{
"name": "functions",
"description": "Cloud Functions for Firebase",
"scripts": {
"lint": "eslint .",
"serve": "firebase serve --only functions",
"shell": "firebase functions:shell",
"start": "npm run shell",
"deploy": "firebase deploy --only functions",
"logs": "firebase functions:log"
},
"engines": {
"node": "16",
"npm": "^8.19.0"
},
"dependencies": {
"@ecomplus/application-sdk": "^22.0.0-firestore.1.15.7",
"@google-cloud/firestore": "^4.15.1",
"@google-cloud/pubsub": "^3.4.1",
"axios": "^0.27.2",
"express": "^4.18.2",
"firebase-admin": "^11.10.0",
"firebase-functions": "^4.4.1",
"form-data": "^3.0.1",
"js2xmlparser": "^4.0.2",
"querystring": "^0.2.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-promise": "^4.3.1",
"firebase-functions-test": "^0.3.3"
},
"private": true
}