{
  "name": "portalpay",
  "version": "1.0.1",
  "description": "Universal browser-based payment SDK for embedding card and mobile money payments. Zero-dependency IIFE bundle that works with any website, CMS, or framework. Supports multiple payment providers including AlexPay, Vesicash, and Portal.",
  "main": "./dist/portalpay.js",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsup && cp -R public/* dist/ 2>/dev/null || true",
    "test": "vitest run",
    "prepublishOnly": "pnpm build"
  },
  "dependencies": {
    "portalpay-core": "workspace:*"
  },
  "publishConfig": {
    "access": "public"
  }
}
