{
  "name": "n8n-nodes-imobzi",
  "version": "0.3.48",
  "description": "Nodes para integração com a API da Imobzi no n8n",
  "keywords": [
    "n8n-community-node-package",
    "imobzi",
    "real-estate",
    "crm"
  ],
  "license": "MIT",
  "homepage": "https://github.com/minutare/n8n-nodes-imobzi",
  "author": {
    "name": "Minutare",
    "email": "contato@minutare.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/minutare/n8n-nodes-imobzi.git"
  },
  "engines": {
    "node": ">=20.15"
  },
  "main": "index.js",
  "scripts": {
    "build": "npx rimraf dist && tsc && gulp build:icons",
    "dev": "tsc --watch",
    "format": "prettier nodes credentials --write",
    "lint": "eslint nodes credentials package.json",
    "lintfix": "eslint nodes credentials package.json --fix",
    "prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json"
  },
  "files": [
    "dist"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/ImobziApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/Imobzi/Imobzi.node.js",
      "dist/nodes/ImobziWebhook/ImobziWebhook.node.js"
    ]
  },
  "devDependencies": {
    "@types/uuid": "^10.0.0",
    "@typescript-eslint/parser": "~8.32.0",
    "eslint": "^8.57.0",
    "eslint-plugin-n8n-nodes-base": "^1.16.3",
    "gulp": "^5.0.0",
    "prettier": "^3.5.3",
    "typescript": "^5.8.2"
  },
  "peerDependencies": {
    "n8n-workflow": "*"
  },
  "dependencies": {
    "uuid": "^11.1.0"
  }
}
