xref: /expo/apps/test-suite/functions/package.json (revision e501a7c6)
1{
2  "name": "functions",
3  "scripts": {
4    "build": "tsc",
5    "serve": "yarn build && firebase serve --only functions",
6    "shell": "yarn build && firebase functions:shell",
7    "start": "yarn shell",
8    "deploy": "firebase deploy --only functions",
9    "logs": "firebase functions:log"
10  },
11  "main": "lib/index.js",
12  "dependencies": {
13    "firebase-admin": "^11.4.0",
14    "firebase-functions": "^4.1.1"
15  },
16  "devDependencies": {
17    "firebase-functions-test": "^3.0.0",
18    "typescript": "^5.1.3"
19  },
20  "private": true
21}
22