{ "name": "backend", "version": "1.0.0", "description": "", "main": "index.js", "type":"module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "dotenv": "^17.4.2", "express": "^5.2.1", "mysql2": "^3.22.3" } }