{ "name": "functions", "description": "Cloud Functions for Firebase", "scripts": { "serve": "firebase emulators:start --only functions", "shell": "firebase functions:shell", "start": "npm run shell", "deploy": "firebase deploy --only functions", "logs": "firebase functions:log", "test": "mocha --reporter spec" }, "engines": { "node": "16" }, "main": "index.js", "dependencies": { "axios": "^1.3.3", "chai": "^4.3.7", "chai-http": "^4.3.0", "firebase": "^9.17.1", "firebase-admin": "^11.5.0", "firebase-functions": "^4.2.0", "mocha": "^10.2.0", "xml2js": "^0.4.23" }, "devDependencies": { "firebase-functions-test": "^3.0.0" }, "private": true }