api-v1/package.json

28 lines
680 B
JSON

{
"name": "buysellservice_livingai",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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",
"pg": "^8.16.3",
"socket.io": "^4.8.1"
}
}