{
  "name": "agent-payment-policy",
  "version": "0.15.1",
  "description": "Pre-purchase seller evidence, policy authorization, and receipt primitives for AI agents buying APIs through x402 or MPP",
  "keywords": [
    "x402",
    "mpp",
    "x402-buyer",
    "mpp-buyer",
    "agent-payments",
    "payment-policy",
    "payment-authorization",
    "payment-receipts",
    "buyer-policy",
    "ai-agents",
    "agentic-commerce",
    "machine-payments",
    "ed25519"
  ],
  "type": "module",
  "exports": "./core.mjs",
  "bin": {
    "agent-payment-policy": "cli.mjs"
  },
  "files": [
    "core.mjs",
    "cli.mjs",
    "README.md",
    "LICENSE",
    "SECURITY.md",
    "docs",
    "skills",
    "examples"
  ],
  "engines": {
    "node": ">=22"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/epistemedeus/agent-payment-policy.git"
  },
  "bugs": {
    "url": "https://github.com/epistemedeus/agent-payment-policy/issues"
  },
  "homepage": "https://github.com/epistemedeus/agent-payment-policy#readme",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "node --test *.test.mjs",
    "examples": "node examples/mock-x402-mpp-preflight.mjs && node examples/verify-policy-receipt.mjs",
    "prepack": "npm test"
  },
  "dependencies": {
    "ajv": "8.20.0",
    "ajv-formats": "3.0.1"
  },
  "license": "MIT"
}
