{
  "name": "whatsapp-crm-common",
  "version": "0.3.0",
  "description": "Componentes compartidos para servicios de WhatsApp CRM - Common utilities and types for WhatsApp CRM system",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "npm run clean && tsc",
    "clean": "rm -rf dist",
    "dev": "tsc --watch",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build",
    "type-check": "tsc --noEmit",
    "publish:npm": "./publish.sh"
  },
  "files": [
    "dist/",
    "README.md",
    "LICENSE",
    ".env.example",
    "EXAMPLES.md"
  ],
  "keywords": [
    "whatsapp",
    "crm",
    "shared",
    "common",
    "bullmq",
    "redis",
    "pubsub",
    "event-router",
    "typescript"
  ],
  "author": "WhatsApp CRM Team",
  "license": "MIT",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/your-org/whatsapp-crm-common"
  },
  "bugs": {
    "url": "https://github.com/your-org/whatsapp-crm-common/issues"
  },
  "homepage": "https://github.com/your-org/whatsapp-crm-common#readme",
  "engines": {
    "node": ">=16.0.0"
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/node": "^22.15.17",
    "@types/pg": "^8.15.4",
    "@types/swagger-jsdoc": "^6.0.4",
    "@types/swagger-ui-express": "^4.1.6",
    "typescript": "^5.6.3"
  },
  "dependencies": {
    "@whiskeysockets/baileys": "^6.7.8",
    "bullmq": "^3.0.0",
    "dotenv": "^16.3.1",
    "pg": "^8.16.1",
    "pino": "^8.16.1",
    "pino-pretty": "^10.2.3",
    "redis": "^4.0.0",
    "swagger-jsdoc": "^6.2.8",
    "swagger-ui-express": "^5.0.0"
  },
  "peerDependencies": {
    "bullmq": "^3.0.0",
    "redis": "^4.0.0"
  }
}
