summaryrefslogtreecommitdiff
path: root/functions/package.json
diff options
context:
space:
mode:
authorTrueKuehli <rctcoaster2000@hotmail.de>2018-09-27 14:43:44 +0200
committerTrueKuehli <rctcoaster2000@hotmail.de>2018-09-27 14:43:44 +0200
commite168d8c3735bc4a25979591d1dd7f6339da3354f (patch)
tree01643af43fe7352af1657150d195c50396ebe301 /functions/package.json
parenta0fbb2bd6db8702ad9729823b91176861b2098c9 (diff)
Initialized Firebase
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
+}