{
  "name": "hapistack",
  "version": "1.0.0",
  "description": "hapi framework for rest api development",
  "main": "server.js",
  "scripts": {
    "teststart": "set APPLICATION_ENV=TEST&&npm run dev",
    "cypress:open": "cypress open",
    "cypress:live": "cypress run --record --key 33e16330-8981-4787-a3df-39875045f7d3",
    "test": "start-server-and-test teststart http://localhost:4000/documentation cypress:open",
    "dev": "ts-node-dev --respawn --transpile-only src/server.ts",
    "build": "tsc",
    "start": "node dist/server.js",
    "db:seed": "sequelize-cli db:seed:all",
    "db:seed:undo": "sequelize-cli db:seed:undo:all"
  },
  "keywords": [
    "hapijs",
    "restApi",
    "typescript"
  ],
  "author": "illuminzcode",
  "license": "ISC",
  "dependencies": {
    "@aws-sdk/client-s3": "^3.1047.0",
    "@aws-sdk/client-ses": "^3.907.0",
    "@aws-sdk/lib-storage": "^3.1047.0",
    "@aws-sdk/s3-request-presigner": "^3.1047.0",
    "@google/generative-ai": "^0.24.1",
    "@hapi/boom": "^10.0.1",
    "@hapi/hapi": "^21.4.3",
    "@hapi/inert": "^7.1.0",
    "@hapi/joi": "^17.1.1",
    "@hapi/jwt": "^3.2.1",
    "@hapi/vision": "^7.0.3",
    "agenda": "^5.0.0",
    "aws-sdk": "^2.1692.0",
    "axios": "^1.12.2",
    "bcrypt": "^6.0.0",
    "crypto-js": "^4.2.0",
    "dockerode": "^4.0.9",
    "dotenv": "^17.2.3",
    "fast-csv": "^5.0.5",
    "file-system": "^2.2.2",
    "firebase-admin": "^13.5.0",
    "fluent-ffmpeg": "^2.1.3",
    "fs": "^0.0.1-security",
    "handlebars": "^4.7.8",
    "hapi-auth-jwt2": "^11.0.0",
    "hapi-i18n": "^3.0.1",
    "hapi-swagger": "^17.3.2",
    "html-to-text": "^9.0.5",
    "ipinfo": "^1.5.2",
    "jsonwebtoken": "^9.0.2",
    "jwks-rsa": "^3.2.0",
    "libphonenumber-js": "^1.12.23",
    "lodash": "^4.17.21",
    "luxon": "^3.7.2",
    "moment-timezone": "^0.6.0",
    "mysql2": "^3.15.2",
    "node-cache": "^5.1.2",
    "node-cron": "^4.2.1",
    "nodemailer": "^7.0.9",
    "path": "^0.12.7",
    "request-ip": "^3.3.0",
    "rrule": "^2.8.1",
    "sequelize": "^6.37.7",
    "sequelize-cli": "^6.6.3",
    "sharp": "^0.34.4",
    "socket.io": "^4.8.1",
    "socket.io-client": "^4.8.1",
    "start-server-and-test": "^2.1.2",
    "stripe": "^19.1.0",
    "useragent": "^2.3.0",
    "uuid": "^13.0.0"
  },
  "devDependencies": {
    "@types/bcrypt": "^6.0.0",
    "@types/crypto-js": "^4.2.2",
    "@types/cypress": "^1.1.6",
    "@types/dockerode": "^3.3.44",
    "@types/express": "^5.0.3",
    "@types/fluent-ffmpeg": "^2.1.27",
    "@types/hapi__boom": "^9.0.1",
    "@types/hapi__hapi": "^21.0.0",
    "@types/hapi__joi": "^17.1.15",
    "@types/html-to-text": "^9.0.4",
    "@types/jest": "^30.0.0",
    "@types/jsonwebtoken": "^9.0.10",
    "@types/lodash": "^4.17.20",
    "@types/luxon": "^3.7.1",
    "@types/node": "^24.7.1",
    "@types/node-cron": "^3.0.11",
    "@types/nodemailer": "^7.0.2",
    "@types/request-ip": "^0.0.41",
    "@types/sequelize": "^6.12.0",
    "@types/stripe": "^8.0.417",
    "@types/useragent": "^2.3.4",
    "cypress": "^15.4.0",
    "ts-node": "^10.9.2",
    "ts-node-dev": "^2.0.0",
    "typescript": "^5.9.3"
  }
}
