{
  "name": "agentecrm",
  "version": "1.0.0",
  "description": "Agente CRM para alta de prospecto, tarea inicial y comentario en chat.",
  "main": "src/run.js",
  "scripts": {
    "run": "node src/run.js --input data/prospecto_ejemplo.json",
    "run:headed": "node src/run.js --input data/prospecto_ejemplo.json --headed=1",
    "run:dry": "node src/run.js --input data/prospecto_ejemplo.json --dry-run=1",
    "run:batch": "node src/run_batch.js --input data/clientes_lote_ejemplo.json",
    "run:batch:dry": "node src/run_batch.js --input data/clientes_lote_ejemplo.json --dry-run=1",
    "capture:save": "node src/capture_save_payload.js",
    "capture:followup": "node src/capture_save_payload.js --all-writes=1 --only-crm-host=1 --keep-open-ms=300000",
    "capture:followup:keyword": "node src/capture_save_payload.js --all-writes=1 --only-crm-host=1 --keyword=seguimiento --keep-open-ms=300000",
    "chat:node": "node chat-node/src/server.js",
    "report:no-followup": "node src/report_no_followup_month.js --headless=1"
  },
  "keywords": [
    "crm",
    "playwright",
    "automation",
    "agent"
  ],
  "author": "agenteCRM",
  "license": "ISC",
  "type": "commonjs",
  "dependencies": {
    "dotenv": "^17.3.1",
    "express": "^5.2.1",
    "playwright": "^1.58.2"
  }
}
