Skip to content

Instantly share code, notes, and snippets.

@tristolliday
Created December 17, 2019 09:33
Show Gist options
  • Select an option

  • Save tristolliday/7786afe3b0dc46b89ba2fba29fb4736e to your computer and use it in GitHub Desktop.

Select an option

Save tristolliday/7786afe3b0dc46b89ba2fba29fb4736e to your computer and use it in GitHub Desktop.
A Package to do with our Firebase Function index.js
{
"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": "10"
},
"dependencies": {
"actions-on-google": "^2.12.0",
"firebase-admin": "~7.0.0",
"firebase-functions": "^3.3.0"
},
"devDependencies": {
"eslint": "^5.12.0",
"eslint-plugin-promise": "^4.0.1",
"firebase-functions-test": "^0.1.6"
},
"private": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment