{
  "name": "@georgiancollege/express-mvc",
  "version": "1.1.3",
  "main": "dist/index.js",
  "bin": {
    "express-mvc": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js"
  },
  "keywords": [
    "georgian college",
    "node",
    "express",
    "mvc",
    "typescript",
    "bootstrap",
    "font awesome"
  ],
  "author": "Tom Tsiliopoulos <tsiliopoulos@hotmail.com>",
  "license": "MIT",
  "description": "Express MVC @ Georgian College",
  "dependencies": {
    "@fortawesome/fontawesome-free": "^6.4.2",
    "@popperjs/core": "^2.11.8",
    "bootstrap": "^5.3.2",
    "commander": "^11.1.0",
    "cookie-parser": "^1.4.6",
    "cors": "^2.8.5",
    "debug": "^4.3.4",
    "dotenv": "^16.3.1",
    "ejs": "^3.1.9",
    "express": "^4.18.2",
    "express-session": "^1.17.3",
    "fs-extra": "^11.1.1",
    "hbs": "^4.2.0",
    "http-errors": "^2.0.0",
    "jquery": "^3.7.1",
    "jsonwebtoken": "^9.0.2",
    "mongoose": "^8.0.1",
    "morgan": "^1.10.0",
    "passport": "^0.6.0",
    "passport-jwt": "^4.0.1",
    "passport-local": "^1.0.0",
    "passport-local-mongoose": "^8.0.0",
    "ts-node": "^10.9.1"
  },
  "devDependencies": {
    "@types/bootstrap": "^5.2.10",
    "@types/commander": "^2.12.2",
    "@types/cookie-parser": "^1.4.6",
    "@types/cors": "^2.8.17",
    "@types/debug": "^4.1.12",
    "@types/ejs": "^3.1.5",
    "@types/express": "^4.17.21",
    "@types/express-session": "^1.17.10",
    "@types/fs-extra": "^11.0.4",
    "@types/hbs": "^4.0.4",
    "@types/http-errors": "^2.0.4",
    "@types/jquery": "^3.5.29",
    "@types/jsonwebtoken": "^9.0.5",
    "@types/morgan": "^1.9.9",
    "@types/node": "^20.10.0",
    "@types/passport": "^1.0.16",
    "@types/passport-jwt": "^3.0.13",
    "@types/passport-local": "^1.0.38"
  },
  "repository": "https://github.com/GeorgianCollege/express-mvc.git"
}
