-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 859 Bytes
/
package.json
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
{
"dependencies": {
"dotenv": "^16.4.4",
"firebase-admin": "^12.0.0",
"firebase-functions": "^4.7.0",
"mysql": "^2.18.1"
},
"name": "realtime-db-synchronization",
"description": "automatically transfer generated VR data from firestore to Cloud SQL (deployed by GCP cloud functions)",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RememberMe-2024-SolutionChallenge/realtime-DB-synchronization.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RememberMe-2024-SolutionChallenge/realtime-DB-synchronization/issues"
},
"homepage": "https://github.com/RememberMe-2024-SolutionChallenge/realtime-DB-synchronization#readme"
}