{
  "name": "@creator.co/wapi",
  "version": "2.0.0",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "engines": {
    "node": "24.x"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "task build",
    "clean": "task clean",
    "lint-fix": "task lint-fix",
    "lint": "task lint",
    "docs": "task docs",
    "test": "task test",
    "test-ts": "task test-ts",
    "test-js": "task test-js",
    "test-dev": "task test-dev"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@aws-sdk/client-dynamodb": "^3.730.0",
    "@aws-sdk/client-kms": "^3.730.0",
    "@aws-sdk/client-secrets-manager": "^3.730.0",
    "@aws-sdk/client-sesv2": "^3.730.0",
    "@aws-sdk/client-sns": "^3.730.0",
    "@aws-sdk/client-ssm": "^3.730.0",
    "@aws-sdk/credential-provider-node": "^3.730.0",
    "@aws-sdk/util-dynamodb": "^3.730.0",
    "@smithy/node-http-handler": "^3.2.2",
    "@types/email-templates": "^10.0.4",
    "@types/nodemailer": "^6.4.10",
    "@types/object-hash": "^3.0.4",
    "abind": "^1.0.5",
    "cors": "^2.8.5",
    "cuid": "^3.0.0",
    "dotenv": "^16.4.1",
    "email-templates": "^13.0.1",
    "express": "^4.22.2",
    "express-rate-limit": "^7.5.0",
    "json-stringify-safe": "^5.0.1",
    "jsonwebtoken": "^9.0.2",
    "knex": "^3.0.1",
    "knex-stringcase": "^1.4.6",
    "kysely": "^0.28.17",
    "node-cache": "^5.1.2",
    "nodemailer": "^9.0.1",
    "object-hash": "^3.0.0",
    "parse-duration": "^2.1.3",
    "path-to-regexp": "^8.4.0",
    "pg": "^8.11.3",
    "rate-limit-redis": "^4.2.0",
    "redis": "^4.7.0",
    "sha1": "^1.1.1",
    "stack-trace": "0.0.10"
  },
  "devDependencies": {
    "@go-task/cli": "^3.39.0",
    "@jest/globals": "^29.7.0",
    "@types/aws-lambda": "^8.10.145",
    "@types/chai": "^4.3.19",
    "@types/cors": "^2.8.15",
    "@types/express": "^4.17.19",
    "@types/jest": "^29.5.13",
    "@types/jsonwebtoken": "^9.0.3",
    "@types/node": "^24.13.3",
    "@types/path-to-regexp": "^1.7.0",
    "@types/pg": "^8.11.10",
    "@types/supertest": "^6.0.2",
    "@typescript-eslint/eslint-plugin": "^7.7.1",
    "@typescript-eslint/parser": "^7.7.1",
    "aws-lambda": "^1.0.7",
    "aws-sdk-client-mock": "^4.0.0",
    "chai": "^4.4.1",
    "eslint": "^8.48.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-import": "^2.30.0",
    "eslint-plugin-prettier": "^5.2.1",
    "eslint-plugin-require-extensions": "^0.1.3",
    "jest": "^29.7.0",
    "jest-junit": "^16.0.0",
    "prettier": "^3.3.3",
    "supertest": "^7.1.1",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.1",
    "typescript": "^5.5.0",
    "zod": "^3.25.76"
  },
  "peerDependencies": {
    "zod": "^3.23.4"
  },
  "overrides": {
    "brace-expansion": "^1.1.13",
    "minimatch": "^3.1.3",
    "fast-xml-parser": "^5.5.7",
    "fast-xml-builder": "^1.1.7",
    "lodash": "^4.18.1",
    "underscore": "^1.13.8",
    "undici": "^6.27.0",
    "express": {
      "path-to-regexp": "^0.1.13"
    },
    "email-templates": {
      "nodemailer": "^9.0.1"
    },
    "preview-email": {
      "nodemailer": "^9.0.1",
      "mailparser": "^3.9.3",
      "uuid": "^11.1.1"
    }
  }
}
