{
  "name": "@horizon-modules/arbo-crm-to-property-v2",
  "version": "1.0.0",
  "description": "Conversor de dados do Arbo CRM para o formato Property Model V2",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "imobiliario",
    "arbo",
    "crm",
    "property-v2",
    "converter",
    "mapper",
    "real-estate"
  ],
  "author": "Horizon Modules",
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0",
    "tsup": "^8.0.0",
    "vitest": "^1.0.0",
    "@vitest/coverage-v8": "^1.0.0"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/horizon-labs/horizon-modules.git",
    "directory": "packages/property/integrations/arbo-crm-to-v2"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest",
    "test:coverage": "vitest --coverage",
    "typecheck": "tsc --noEmit"
  }
}