package.json
1 { 2 "name": "server", 3 "version": "1.0.0", 4 "description": "", 5 "main": "index.js", 6 "scripts": { 7 "start": "node index.js" 8 }, 9 "keywords": [], 10 "author": "", 11 "license": "ISC", 12 "type": "commonjs", 13 "dependencies": { 14 "cors": "^2.8.5", 15 "dotenv": "^17.2.2", 16 "express": "^5.1.0", 17 "firebase-admin": "^13.5.0" 18 } 19 }