{ "name": "bigbrother-script", "version": "1.0.0", "type": "module", "main": "app.js", "scripts": { "start": "node app.js" }, "author": "Félix Mielcarek", "license": "MIT", "dependencies": { "axios": "^1.7.2", "dotenv": "^16.4.5", "firebase": "^11.0.1", "firebase-admin": "^12.7.0" } }