{
  "name": "@czagents/payqr",
  "version": "0.1.11",
  "description": "European payment QR codes — generate and read SPAYD (CZ/SK) and EPC/GiroCode (Eurozone) payment QR, plus standard QR (text, WiFi, vCard). Scan with any banking app to pre-fill a transfer. Runs locally, no data leaves your device. Free.",
  "type": "module",
  "main": "./dist/index.js",
  "bin": {
    "cz-agents-payqr": "./dist/index.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "mcp",
    "model-context-protocol",
    "qr-code",
    "payment",
    "spayd",
    "epc",
    "girocode",
    "sepa"
  ],
  "license": "MIT",
  "author": "Martin Havel <martin.havel@gmail.com>",
  "homepage": "https://cz-agents.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/martinhavel/cz-agents-mcp.git",
    "directory": "packages/payqr"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json && chmod +x dist/index.js",
    "dev": "tsx watch src/index.ts",
    "start": "node dist/index.js",
    "start:http": "node dist/http.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage"
  },
  "dependencies": {
    "@czagents/shared": "^0.1.8",
    "@modelcontextprotocol/sdk": "^1.10.0",
    "jimp": "^1.6.0",
    "jsqr": "^1.4.0",
    "qrcode": "^1.5.4",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@types/jimp": "^0.2.28",
    "@types/node": "^20.11.0",
    "@types/qrcode": "^1.5.6",
    "@vitest/coverage-v8": "^4.1.4",
    "tsx": "^4.7.0",
    "typescript": "^5.5.0",
    "vitest": "^4.1.4"
  },
  "mcpName": "dev.cz-agents/payqr"
}
