summaryrefslogtreecommitdiff
path: root/functions/package.json
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-09-27 17:44:03 +0200
committerTrueDoctor <d-kobert@web.de>2018-09-27 17:44:03 +0200
commite8dc39bf293aa0c6f2eb27104d5023c5a56e1ba4 (patch)
treeb938213388339b3fd3c2a367b2a55dd99861c426 /functions/package.json
parentf8018831b42fa9f534494babcd496f77e4709166 (diff)
parent48a4b8eaf531ed2eb14a053035e66b05ad36521e (diff)
Merge branch 'WebApi' of https://github.com/TrueDoctor/DiscoBot 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
+}