summaryrefslogtreecommitdiff
path: root/functions/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'functions/package.json')
-rw-r--r--functions/package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/functions/package.json b/functions/package.json
new file mode 100644
index 0000000..44f1fc7
--- /dev/null
+++ b/functions/package.json
@@ -0,0 +1,16 @@
+{
+ "name": "functions",
+ "description": "Cloud Functions for Firebase",
+ "scripts": {
+ "serve": "firebase serve --only functions",
+ "shell": "firebase functions:shell",
+ "start": "npm run shell",
+ "deploy": "firebase deploy --only functions",
+ "logs": "firebase functions:log"
+ },
+ "dependencies": {
+ "firebase-admin": "~6.0.0",
+ "firebase-functions": "^2.0.3"
+ },
+ "private": true
+}