{ "name": "nodejs", "version": "1.0.0", "description": "", "main": "server.js", "scripts": { "dev": "node server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "express": "^4.18.1", "mysql": "^2.18.1" } }