{
  "name": "cms",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "nodemon ./src/server.ts",
    "format": "prettier --write \"src/**/*.ts\"",
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/dompurify": "^3.0.5",
    "@types/hapi__inert": "^5.2.10",
    "@types/hapi__joi": "^17.1.14",
    "@types/hapi__vision": "^5.5.7",
    "@types/node": "^20.10.2",
    "hapi-swagger": "^17.2.0",
    "nodemon": "^3.0.1",
    "prettier": "^3.1.0",
    "ts-node": "^10.9.1",
    "tslint": "^6.1.3",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "@hapi/hapi": "^21.3.2",
    "@hapi/inert": "^7.1.0",
    "@hapi/jwt": "^3.2.0",
    "@hapi/vision": "^7.0.3",
    "axios": "^1.7.2",
    "bcryptjs": "^2.4.3",
    "case-anything": "^2.1.13",
    "dompurify": "^3.1.0",
    "dotenv": "^16.3.1",
    "http-status-codes": "^2.3.0",
    "joi": "^17.11.0",
    "jsonwebtoken": "^9.0.2",
    "moment": "^2.30.1",
    "mysql2": "^3.6.3",
    "nodemailer": "^6.9.13",
    "react-google-recaptcha-v3": "^1.10.1",
    "sequelize": "^6.35.0",
    "uuidv4": "^6.2.13",
    "xlsx": "^0.18.5",
    "xss": "^1.0.15"
  }
}
