UNPKG

@georgiancollege/express-mvc

Version:
35 lines (34 loc) 841 B
{ "name": "your-mvc-tsc-hbs", "version": "0.0.1", "main": "server.js", "author": "Your Name Goes Here", "scripts": { "build": "tsc", "start": "node server.js" }, "dependencies": { "@fortawesome/fontawesome-free": "^6.4.2", "@popperjs/core": "^2.11.8", "bootstrap": "^5.3.2", "cookie-parser": "^1.4.6", "debug": "^4.3.4", "dotenv": "^16.3.1", "express": "^4.18.2", "hbs": "^4.2.0", "http-errors": "^2.0.0", "jquery": "^3.7.1", "morgan": "^1.10.0" }, "devDependencies": { "@types/bootstrap": "^5.2.10", "@types/cookie-parser": "^1.4.6", "@types/debug": "^4.1.12", "@types/express": "^4.17.21", "@types/hbs": "^4.0.4", "@types/http-errors": "^2.0.4", "@types/jquery": "^3.5.29", "@types/morgan": "^1.9.9", "@types/node": "^20.10.0" } }