{ "name": "cc-data-backend", "version": "1.0.0", "description": "", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "axios": "^0.19.2", "dotenv": "^8.2.0", "express": "^4.17.1", "mysql": "^2.18.1", "mysql2": "^2.1.0" }, "devDependencies": { "nodemon": "^2.0.4" } }