{ "name": "backend", "version": "1.0.0", "description": "", "license": "MIT", "author": "", "type": "commonjs", "main": "src/index.js", "scripts": { "start": "node src/index.js" }, "dependencies": { "dotenv": "^17.2.2", "mysql2": "^3.14.5" } }