forked from invertase/react-native-firebase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 884 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "functions",
"scripts": {
"build": "tsc",
"serve": "build && firebase emulators:start --only functions",
"shell": "build && firebase functions:shell",
"start": "shell",
"deploy": "firebase use react-native-firebase-testing && firebase deploy --only functions",
"logs": "firebase functions:log"
},
"engines": {
"node": "22"
},
"main": "lib/index.js",
"dependencies": {
"@google-cloud/logging": "^11.2.1",
"firebase-admin": "^13.8.0",
"firebase-functions": "^7.2.5"
},
"devDependencies": {
"firebase-functions-test": "^3.4.1",
"firebase-tools": "^15.22.4",
"typescript": "^6.0.3"
},
"private": true,
"packageManager": "yarn@4.14.1",
"dependenciesMeta": {
"@firebase/util": {
"built": true
},
"protobufjs": {
"built": true
},
"re2": {
"built": true
}
}
}