{
  "name": "@myropay/checkout",
  "version": "1.0.0",
  "description": "MyRoPay Checkout SDK for React and Next.js — accept payments, escrow, subscriptions",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": ["dist", "README.md"],
  "keywords": ["myropay", "checkout", "payment", "escrow", "nigeria", "africa", "react", "nextjs"],
  "license": "MIT",
  "peerDependencies": {
    "react": ">=17.0.0",
    "react-dom": ">=17.0.0"
  },
  "devDependencies": {
    "typescript": "^5.0.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/myropay/checkout-react"
  },
  "homepage": "https://myropay.com/docs/sdk/react"
}
