{
  "name": "@bolyra/payment-protocols",
  "version": "0.8.0",
  "description": "ZKP privacy layer for Visa TAP and Google AP2 — Bolyra as the identity backbone for agentic commerce",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@bolyra/sdk": "^0.6.1",
    "@bolyra/receipts": "^0.11.0",
    "@bolyra/mpp": "^0.4.0"
  },
  "devDependencies": {
    "typescript": "^5.5.0",
    "@types/node": "^26.0.0",
    "jest": "^30.4.2",
    "ts-jest": "^29.2.0",
    "@types/jest": "^30.0.0"
  },
  "peerDependencies": {
    "@bolyra/sdk": ">=0.4.0"
  },
  "overrides": {
    "tmp": "0.2.7",
    "ws": "8.21.0",
    "underscore": "1.13.8",
    "circom_tester": {
      "snarkjs": "0.7.6"
    },
    "brace-expansion": "5.0.9"
  },
  "files": [
    "dist/",
    "src/",
    "vkeys/",
    "LICENSE",
    "NOTICE"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/bolyra/bolyra"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "visa-tap",
    "google-ap2",
    "bolyra",
    "zkp",
    "agentic-commerce",
    "agent-payments",
    "zero-knowledge",
    "privacy"
  ],
  "license": "Apache-2.0"
}
