summaryrefslogtreecommitdiff
path: root/functions/package.json
diff options
context:
space:
mode:
authorTrueKuehli <rctcoaster2000@hotmail.de>2018-09-27 14:44:17 +0200
committerTrueKuehli <rctcoaster2000@hotmail.de>2018-09-27 14:44:17 +0200
commit48a4b8eaf531ed2eb14a053035e66b05ad36521e (patch)
treedcdb25024b6b991f1f479e1450ae48350548523c /functions/package.json
parent7b5e8b573302ba7896be7227aeac9a787685963b (diff)
parente168d8c3735bc4a25979591d1dd7f6339da3354f (diff)
Merge branch 'WebInterface' into WebApi
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
+}