api-v1/package.json

32 lines
800 B
JSON

{
"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": {
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"firebase-admin": "^13.6.0",
"node-cron": "^4.2.1",
"pg": "^8.16.3",
"socket.io": "^4.8.1"
}
}