UNPKG

@horizon-integrations/jetimob-crm

Version:

Integração da Imobland Horizon com a Jetimob CRM

65 lines (64 loc) 1.69 kB
{ "name": "@horizon-integrations/jetimob-crm", "version": "1.0.23", "description": "Integração da Imobland Horizon com a Jetimob CRM", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "examples" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "vitest", "test:coverage": "vitest --coverage", "typecheck": "tsc --noEmit", "generate:zod": "tsx __dev__/scripts/generate-zod.ts", "download": "tsx __dev__/scripts/download-properties.ts", "profile:downloads": "tsx __dev__/scripts/profile-downloads.ts", "convert": "tsx __dev__/scripts/convert-downloads.ts", "profile:converted": "tsx __dev__/scripts/profile-converted.ts" }, "keywords": [ "imobiliario", "jetimob", "crm", "integration", "property-model-v3", "converter", "mapper" ], "author": "Horizon Modules", "license": "MIT", "dependencies": { "@horizon-domains/property-model": "3.9.9", "zod": "^3.25.67" }, "devDependencies": { "@horizon-apps/domain-schema-core": "workspace:*", "@horizon-apps/integration-toolkit": "workspace:*", "@types/node": "^20.0.0", "tsup": "^8.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0", "vitest": "^1.0.0" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js", "default": "./dist/index.js" } }, "repository": { "type": "git", "url": "https://github.com/imobland/horizon-integrations.git", "directory": "horizon-integrations/jetimob" }, "publishConfig": { "access": "public" } }