{ "name": "express-fcm", "version": "1.0.0", "description": "", "main": "dist/index.js", "scripts": { "start": "node .", "start:dev:local": "npm run build && npm run start", "build": "tsc -b" }, "author": "Christian Kahlau, HostBBQ ©2023", "license": "ISC", "dependencies": { "axios": "^1.2.2", "dotenv": "^16.0.3", "express": "^4.18.2", "firebase-admin": "^11.4.1" }, "devDependencies": { "@types/express": "^4.17.15", "@types/node": "^18.11.18", "typescript": "^4.9.4" } }