No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.nolint.json 551B

1234567891011121314151617181920212223
  1. {
  2. "name": "functions",
  3. "description": "Cloud Functions for Firebase",
  4. "scripts": {
  5. "serve": "firebase emulators:start --only functions",
  6. "shell": "firebase functions:shell",
  7. "start": "npm run shell",
  8. "deploy": "firebase deploy --only functions",
  9. "logs": "firebase functions:log"
  10. },
  11. "engines": {
  12. "node": "16"
  13. },
  14. "main": "index.js",
  15. "dependencies": {
  16. "firebase-admin": "^10.0.2",
  17. "firebase-functions": "^3.18.0"
  18. },
  19. "devDependencies": {
  20. "firebase-functions-test": "^0.2.0"
  21. },
  22. "private": true
  23. }