Skip to content

Instantly share code, notes, and snippets.

@savelee
Created March 2, 2020 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save savelee/39583d17e88be59d3918560d656c0ed4 to your computer and use it in GitHub Desktop.
Save savelee/39583d17e88be59d3918560d656c0ed4 to your computer and use it in GitHub Desktop.
Sanity Cloud Function package.json
{
"name": "dialogflowFirebaseFulfillment",
"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",
"tunnel": "ngrok http 5001"
},
"engines": {
"node": "8"
},
"dependencies": {
"firebase-admin": "^8.6.0",
"firebase-functions": "^3.3.0",
"request": "^2.85.0",
"request-promise": "^4.2.5",
"dialogflow-fulfillment": "^0.6.1",
"actions-on-google": "^2.2.0",
"@sanity/client": "1.148.7"
},
"devDependencies": {
"eslint": "^5.12.0",
"eslint-plugin-promise": "^4.0.1",
"firebase-functions-test": "^0.1.6",
"ngrok": "^3.2.7"
},
"private": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment