This commit is contained in:
2026-01-01 15:12:52 +01:00
commit 7bc14d7bbc
8 changed files with 169 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "mongo-firebase-backuper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@types/node": "^25.0.3",
"dotenv": "^17.2.3",
"firebase-admin": "^13.6.0",
"mongodb": "^7.0.0",
"node-cron": "^4.2.1",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}