{ "name": "aichat", "version": "1.0.0", "description": "", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "axios": "^1.6.5", "body-parser": "^1.20.2", "express": "^4.18.2", "swagger-jsdoc": "^6.2.8", "swagger-ui-express": "^5.0.0" } }