Skip to content

Instantly share code, notes, and snippets.

@neuberfran
Created July 10, 2020 16:27
Show Gist options
  • Save neuberfran/bab484a66c35bc4fe6d5590c89cffd49 to your computer and use it in GitHub Desktop.
Save neuberfran/bab484a66c35bc4fe6d5590c89cffd49 to your computer and use it in GitHub Desktop.
o ultimo package.json q tava funcionando
{
"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",
"deployDialogflowFulfilment": "firebase deploy --only functions:dialogflowFirebaseFulfillment",
"logs": "firebase functions:log"
},
"engines": {
"node": "10"
},
"dependencies": {
"@google-cloud/logging": "^8.0.1",
"actions-on-google": "^2.12.0",
"dialogflow": "^0.6.0",
"dialogflow-fulfillment": "^0.6.1",
"firebase-admin": "^8.10.0",
"firebase-functions": "^3.7.0"
},
"devDependencies": {
"firebase-functions-test": "^0.2.0"
},
"private": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment