{ "name": "express-demo", "version": "0.0.0", "private": true, "scripts": { "start": "node ./bin/www" }, "dependencies": { "async": "^3.1.0", "cookie-parser": "~1.4.4", "debug": "~2.6.9", "ejs": "~2.6.1", "express": "~4.16.1", "express-ejs-extend": "0.0.1", "http-errors": "~1.6.3", "moment": "^2.24.0", "morgan": "~1.9.1", "mysql": "^2.17.1" } }