23 lines
477 B
JSON
23 lines
477 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|