{
  "name": "pangea-server",
  "description": "",
  "version": "3.3.173",
  "engines": {
    "node": "22.14.0"
  },
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./helpers": {
      "require": "./dist/helpers/index.js",
      "types": "./dist/helpers/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc && tsc-alias",
    "deploy": "node deploy.js",
    "type-check": "tsc --noEmit"
  },
  "keywords": [],
  "author": "Gianfranco Raselli",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GianfrancoRaselli/pangea-server.git"
  },
  "bugs": {
    "url": "https://github.com/GianfrancoRaselli/pangea-server/issues"
  },
  "homepage": "https://github.com/GianfrancoRaselli/pangea-server#readme",
  "dependencies": {
    "@afipsdk/afip.js": "1.2.3",
    "@google/genai": "1.34.0",
    "@whatsapp-cloudapi/client": "4.2.0",
    "aws-sdk": "2.1692.0",
    "bcrypt": "5.1.1",
    "compression": "1.7.5",
    "cors": "2.8.5",
    "crypto": "1.0.1",
    "cryptr": "6.4.0",
    "dompurify": "3.2.3",
    "dotenv": "16.5.0",
    "express": "4.21.2",
    "express-async-errors": "3.1.1",
    "express-rate-limit": "^8.1.0",
    "googleapis": "^172.0.0",
    "helmet": "8.1.0",
    "http-status-codes": "2.3.0",
    "jsdom": "26.0.0",
    "jsonwebtoken": "9.0.2",
    "mercadopago": "3.2.0",
    "morgan": "1.10.0",
    "multer": "1.4.5-lts.2",
    "mysql2": "3.14.0",
    "node-cron": "3.0.3",
    "nodemailer": "6.10.0",
    "pangea-helpers": "1.3.85",
    "reflect-metadata": "0.2.2",
    "sequelize": "6.37.7",
    "sequelize-typescript": "2.1.6",
    "typia": "9.7.2"
  },
  "devDependencies": {
    "@types/basic-auth": "1.1.8",
    "@types/bcrypt": "5.0.2",
    "@types/compression": "1.7.5",
    "@types/cors": "2.8.17",
    "@types/dotenv": "8.2.3",
    "@types/express": "4.17.21",
    "@types/express-rate-limit": "^6.0.2",
    "@types/helmet": "4.0.0",
    "@types/jsdom": "21.1.7",
    "@types/jsonwebtoken": "9.0.6",
    "@types/mercadopago": "1.5.11",
    "@types/morgan": "1.9.9",
    "@types/multer": "1.4.12",
    "@types/node": "20.2.5",
    "@types/node-cron": "3.0.11",
    "@types/nodemailer": "6.4.17",
    "tsc-alias": "1.8.15",
    "typescript": "5.9.3",
    "yarn": "1.22.22"
  }
}
