{ "name": "buysellservice_livingai", "version": "1.0.0", "description": "", "type": "module", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js", "dev": "node server.js" }, "repository": { "type": "git", "url": "git+https://github.com/schari2509/BuySellService_LivingAI.git" }, "author": "Soham Chari", "license": "ISC", "bugs": { "url": "https://github.com/schari2509/BuySellService_LivingAI/issues" }, "homepage": "https://github.com/schari2509/BuySellService_LivingAI#readme", "dependencies": { "axios": "^1.7.9", "cors": "^2.8.5", "dotenv": "^17.2.3", "express": "^5.1.0", "firebase-admin": "^13.6.0", "knex": "^3.1.0", "node-cron": "^4.2.1", "pg": "^8.16.3", "redis": "^4.7.0", "socket.io": "^4.8.1" } }