package.json 536 Bytes
Newer Older
ι™ˆεΈ…'s avatar
ι™ˆεΈ… committed
1 2 3 4
{
  "name": "functions",
  "description": "Cloud Functions for Firebase",
  "scripts": {
5
    "serve": "firebase serve --only functions",
ι™ˆεΈ…'s avatar
ι™ˆεΈ… committed
6 7 8
    "shell": "firebase functions:shell",
    "start": "npm run shell",
    "deploy": "firebase deploy --only functions",
ι™ˆεΈ…'s avatar
ι™ˆεΈ… committed
9
    "logs": "firebase functions:log",
10
    "mock": "cd ../scripts && rollup -c"
ι™ˆεΈ…'s avatar
ι™ˆεΈ… committed
11 12 13 14
  },
  "dependencies": {
    "express": "^4.16.3",
    "firebase-admin": "^5.12.1",
ι™ˆεΈ…'s avatar
ι™ˆεΈ… committed
15
    "firebase-functions": "^1.1.0",
ι™ˆεΈ…'s avatar
ι™ˆεΈ… committed
16 17 18 19 20
    "mockjs": "^1.0.1-beta3",
    "moment": "^2.22.2"
  },
  "private": true
}