{ "name": "server", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "nodemon --watch index.js" }, "author": "", "license": "ISC", "dependencies": { "axios": "^1.2.1", "cors": "^2.8.5", "dotenv": "^16.0.3", "express": "^4.18.2" } }