@georgiancollege/express-mvc
Version:
Express MVC @ Georgian College
23 lines (21 loc) • 464 B
JSON
{
"name": "your-api-js",
"version": "0.0.1",
"author": "Your Name Goes Here",
"scripts": {
"postinstall": "node createFiles.js",
"start": "node server.js"
},
"main": "server.js",
"license": "MIT",
"dependencies": {
"cookie-parser": "^1.4.6",
"debug": "^4.3.4",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"http-errors": "^2.0.0",
"mongoose": "^8.0.1",
"morgan": "^1.10.0"
}
}