mobile-apps-fcm-push/functions/package.json

30 lines
760 B
JSON

{
"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",
"test": "nyc --reporter=lcov --reporter=text-summary --all mocha"
},
"dependencies": {
"@google-cloud/logging": "^11.0.0",
"firebase-admin": "^12.1.0",
"firebase-functions": "^5.0.1"
},
"devDependencies": {
"eslint": "^8.16.0",
"eslint-plugin-mocha": "^10.0.5",
"eslint-plugin-promise": "^6.0.0",
"mocha": "^10.0.0",
"nyc": "^15.1.0"
},
"engines": {
"node": "20"
},
"private": true
}