{ "name": "bigbrother-callback-server", "version": "1.0.0", "type": "module", "main": "app.js", "scripts": { "start": "node app.js" }, "author": "Félix Mielcarek", "license": "MIT", "dependencies": { "axios": "^1.6.7", "cors": "^2.8.5", "dotenv": "^16.4.5", "express": "^4.18.3", "firebase": "^11.0.1", "firebase-admin": "^12.7.0", "fs": "^0.0.1-security" } }