{
  "name": "@paylayer/react",
  "version": "0.1.2",
  "description": "React SDK for PayLayer - Build billing once. Switch providers anytime.",
  "license": "MIT",
  "author": "PayLayer",
  "repository": {
    "type": "git",
    "url": "https://github.com/ajagatobby/paylayer-react.git"
  },
  "homepage": "https://github.com/ajagatobby/paylayer-react#readme",
  "bugs": {
    "url": "https://github.com/ajagatobby/paylayer-react/issues"
  },
  "keywords": [
    "react",
    "payments",
    "billing",
    "stripe",
    "paddle",
    "paypal",
    "lemonsqueezy",
    "polar",
    "payment-provider",
    "subscription",
    "checkout",
    "hooks",
    "typescript",
    "sdk",
    "paylayer",
    "payment-processing",
    "one-time-payment",
    "recurring-billing",
    "billing-portal",
    "provider-agnostic"
  ],
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "prepublishOnly": "npm run build",
    "pack": "npm run build && npm pack",
    "test:smoke": "node test-smoke.js",
    "test:types": "tsc --noEmit",
    "test": "npm run test:types && npm run test:smoke"
  },
  "peerDependencies": {
    "react": ">=18.0.0"
  },
  "devDependencies": {
    "@types/react": "^18.0.0",
    "@types/node": "^20.0.0",
    "eslint": "^9.39.2",
    "prettier": "^3.7.4",
    "tsup": "^8.0.0",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
