{
  "name": "@igo2/base-api",
  "version": "3.0.0-next.9",
  "description": "Base Api",
  "repository": {
    "private": true
  },
  "license": "UNLICENSED",
  "engines": {
    "node": ">=18.0.0"
  },
  "main": "index.js",
  "dependencies": {
    "@aws-sdk/client-ses": "^3.509.0",
    "@hapi/boom": "^10.0.1",
    "@hapi/catbox-redis": "^7.0.2",
    "@hapi/hapi": "^21.3.2",
    "@hapi/inert": "^7.1.0",
    "@hapi/vision": "^7.0.3",
    "blipp": "^4.0.2",
    "camelcase": "^6.3.0",
    "elastic-apm-node": "^4.0.0",
    "handlebars": "^4.7.8",
    "hapi-dev-errors": "^4.0.0",
    "hapi-pino": "^12.1.0",
    "hapi-swagger": "^17.1.0",
    "ioredis": "^5.3.2",
    "joi": "^17.11.0",
    "md5": "^2.3.0",
    "nconf": "^0.13.0",
    "nodemailer": "^6.9.9",
    "pg": "^8.11.3",
    "pino-pretty": "^10.3.1",
    "sequelize": "^6.33.0",
    "sequelize-typescript": "^2.1.6",
    "xss": "^1.0.14"
  },
  "typings": "index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    }
  }
}