{
  "name": "disparador-n8n",
  "version": "0.1.0",
  "description": "Projeto Disparador N8 - integrações e disparos automáticos com n8n.",
  "main": "dist/index.js",
  "scripts": {
    "dev": "ts-node src/index.ts",
    "dev:isolado": "set PORT=3010&& set RUNTIME_MODE=development&& set ENABLE_BACKGROUND_PROCESSING=false&& ts-node src/index.ts",
    "build": "node scripts/generate-brand-logo-module.mjs && tsc && node scripts/copy-index-html.mjs",
    "bundle:ftp": "node scripts/prepare-ftp-bundle.mjs",
    "start": "node dist/index.js",
    "free:3000": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/free-port-3000.ps1",
    "start:win": "npm run free:3000 && node dist/index.js",
    "start:prod": "set PORT=3000&& set RUNTIME_MODE=production&& set ENABLE_BACKGROUND_PROCESSING=true&& node dist/index.js",
    "start:prod:maintenance": "set PORT=3000&& set RUNTIME_MODE=production&& set ENABLE_BACKGROUND_PROCESSING=false&& set MAINTENANCE_MODE=true&& node dist/index.js"
  },
  "keywords": [
    "n8n",
    "automation",
    "disparador"
  ],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/multer": "^2.1.0",
    "@types/node": "^22.0.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.0"
  },
  "dependencies": {
    "@supabase/supabase-js": "^2.48.0",
    "dotenv": "^16.4.5",
    "express": "^4.21.2",
    "multer": "^2.1.1",
    "xlsx": "^0.18.5"
  }
}
