{ "name": "server", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Telereview", "license": "ISC", "dependencies": { "dotenv": "^16.0.3", "express": "^4.18.2", "mysql2": "^2.3.3" } }