{ "name": "express-inventory-application", "version": "0.0.0", "private": true, "scripts": { "start": "node ./bin/www" }, "dependencies": { "bootstrap": "^5.3.1", "cookie-parser": "~1.4.4", "debug": "~2.6.9", "dotenv": "^16.3.1", "ejs": "^3.1.9", "express": "^4.18.2", "express-async-handler": "^1.2.0", "http-errors": "~1.6.3", "morgan": "~1.9.1", "express-validator": "^7.0.1", "mongoose": "^7.5.0" } }