{ "name": "sever", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "nodemon index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "body-parser": "^1.20.3", "connect-timeout": "^1.9.0", "express": "^4.21.1", "mysql2": "^3.11.5" } }