{
  "name": "cotizaciones-uruguay",
  "version": "1.1.2",
  "description": "Cotizaciones de bancos en Uruguay",
  "keywords": [
    "bcu",
    "webservice",
    "soap",
    "typescript",
    "cotizaciones",
    "monedas",
    "Uruguay",
    "bancos",
    "Itaú"
  ],
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "ci": "bun run build",
    "check-exports": "attw --pack .",
    "local-release": "changeset version && changeset publish",
    "prepublishOnly": "npm run ci"
  },
  "homepage": "https://github.com/lpbonomi/cotizaciones-uruguay",
  "bugs": {
    "url": "https://github.com/lpbonomi/cotizaciones-uruguay/issues"
  },
  "author": {
    "name": "Luis Pedro Bonomi",
    "url": "https://github.com/lpbonomi"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lpbonomi/cotizaciones-uruguay.git"
  },
  "license": "MIT",
  "files": [
    "dist"
  ],
  "type": "module",
  "module": "src/index.ts",
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.15.4",
    "@changesets/cli": "^2.27.7",
    "@types/bun": "latest",
    "@types/jsdom": "^21.1.7"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "jsdom": "^26.0.0",
    "soap": "^1.1.2",
    "zod": "^3.24.2"
  }
}
