{
  "name": "@wepos/sdk",
  "version": "1.4.1",
  "description": "SDK oficial de WePOS para integradores — facturación electrónica Hacienda CR v4.4. Emite FE/TE/NC/ND/FEE, consulta catálogo, clientes e inventario.",
  "license": "MIT",
  "author": "WeCode CR <support@wecodecr.com> (https://pos.wecodecr.com)",
  "homepage": "https://www.npmjs.com/package/@wepos/sdk",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WeCodeCR/WePOS.git",
    "directory": "sdk"
  },
  "bugs": {
    "email": "support@wecodecr.com"
  },
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist",
    "README.md",
    "ROADMAP.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup src/index.ts --format esm,cjs --dts --clean",
    "typecheck": "tsc --noEmit",
    "gen:types": "node scripts/gen-types.mjs",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "wepos",
    "hacienda",
    "hacienda-cr",
    "costa-rica",
    "facturacion-electronica",
    "factura-electronica",
    "comprobante-electronico",
    "e-invoicing",
    "einvoicing",
    "invoicing",
    "tributacion",
    "atv",
    "cabys",
    "fe",
    "tiquete-electronico",
    "nota-credito",
    "nota-debito",
    "pos",
    "point-of-sale",
    "sdk",
    "api-client",
    "typescript",
    "v4.4"
  ],
  "devDependencies": {
    "openapi-typescript": "^7.5.0",
    "tsup": "^8.3.5",
    "typescript": "^5.6.0"
  }
}
