{ "name": "tour-booking", "version": "1.0.0", "description": "", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "body-parser": "^1.20.3", "dotenv": "^16.4.7", "ejs": "^3.1.10", "express": "^4.21.2", "mysql2": "^3.13.0" } }