{ "name": "server", "version": "1.0.0", "description": "web server expressjs", "main": "app.js", "scripts": { "start": "node app.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Troispoils", "license": "ISC", "dependencies": { "dotenv": "^16.4.5", "express": "^4.19.2", "mysql2": "^3.9.7" } }