{
  "name": "@xpaysh/ucp-schemas",
  "version": "0.2.0",
  "description": "Universal Commerce Protocol (UCP) schemas + business-profile generator. Emits the JSON body for /.well-known/ucp per Google's UCP profile guide and ucp.dev specification. Ships real JSON Schemas vendored from Universal-Commerce-Protocol/ucp (83 files: discovery profile, shopping checkout/cart/order/fulfillment/discount/payment/ap2_mandate/buyer_consent/catalog_*, 45 shopping types, 17 common types, REST/MCP/OpenRPC service contracts, tokenization handler). Consumed by xpaysh/agentic-commerce-for-* plugins.",
  "keywords": [
    "agentic-commerce",
    "ucp",
    "universal-commerce-protocol",
    "json-schema",
    "openapi",
    "rfc-9421",
    "ai-agents",
    "checkout"
  ],
  "license": "Apache-2.0",
  "author": "xpay✦ <hello@xpay.sh>",
  "homepage": "https://github.com/xpaysh/agentic-commerce-plugin-template/tree/main/packages/ucp-schemas#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xpaysh/agentic-commerce-plugin-template.git",
    "directory": "packages/ucp-schemas"
  },
  "bugs": {
    "url": "https://github.com/xpaysh/agentic-commerce-plugin-template/issues"
  },
  "main": "./src/index.js",
  "types": "./src/index.d.ts",
  "files": [
    "src",
    "schemas",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  }
}
