{
  "name": "@alexasomba/better-auth-paystack",
  "version": "3.0.0",
  "description": "Production-ready Paystack billing plugin for Better Auth. Supports subscriptions, one-time payments, organization billing, secure webhooks and more",
  "keywords": [
    "africa",
    "auth",
    "better-auth",
    "billing-system",
    "checkout",
    "cote-divoire",
    "egp",
    "egypt",
    "fintech",
    "ghana",
    "ghs",
    "ivory-coast",
    "kenya",
    "kes",
    "ngn",
    "nigeria",
    "paystack",
    "rwanda",
    "saas",
    "south-africa",
    "subscriptions",
    "tanstack-intent",
    "usd",
    "zar"
  ],
  "homepage": "https://github.com/alexasomba/better-auth-paystack#readme",
  "bugs": {
    "url": "https://github.com/alexasomba/better-auth-paystack/issues"
  },
  "license": "MIT",
  "author": "alexasomba",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexasomba/better-auth-paystack.git"
  },
  "funding": [
    {
      "type": "individual",
      "url": "https://solscan.io/account/Gepby394bBBn4AEKkSwAPVnjgBULvYTiXBpbZe9CQqSp"
    }
  ],
  "files": [
    "dist",
    "skills"
  ],
  "type": "module",
  "sideEffects": false,
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "default": "./dist/index.mjs"
    },
    "./client": {
      "types": "./dist/client.d.mts",
      "import": "./dist/client.mjs",
      "default": "./dist/client.mjs"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@alexasomba/paystack-node": "^1.10.6",
    "better-call": "~1.3.5",
    "defu": "^6.1.7",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.3",
    "@better-fetch/fetch": "^1.1.21",
    "@commitlint/cli": "^21.0.2",
    "@commitlint/config-conventional": "^21.0.2",
    "@eslint/compat": "^2.1.0",
    "@eslint/js": "^10.0.1",
    "@tanstack/intent": "^0.0.41",
    "@types/node": "^24.12.4",
    "@typescript-eslint/eslint-plugin": "^8.60.0",
    "@typescript-eslint/parser": "^8.60.0",
    "@vitest/coverage-v8": "^4.1.8",
    "better-auth": "^1.6.13",
    "eslint-plugin-import-x": "^4.16.2",
    "eslint-plugin-promise": "^7.3.0",
    "eslint-plugin-react-hooks": "^7.1.1",
    "eslint-plugin-unicorn": "^64.0.0",
    "publint": "^0.3.21",
    "skills-npm": "^1.1.1",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.60.0",
    "vite-plus": "^0.1.24",
    "vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.24"
  },
  "peerDependencies": {
    "better-auth": "^1.6.13"
  },
  "optionalDependencies": {
    "@rollup/rollup-linux-x64-gnu": "^4.61.0"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "scripts": {
    "build": "vp pack",
    "dev": "vp pack --watch",
    "test": "vp test run",
    "test:integration": "RUN_INTEGRATION_TESTS=1 vp test run",
    "coverage": "vp test run --coverage",
    "lint": "vp lint src",
    "lint:package": "publint run --strict",
    "lint:types": "node scripts/lint-types-packed.mjs",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "skills:install": "skills-npm --cwd examples/tanstack --yes --force",
    "skills:dry-run": "skills-npm --cwd examples/tanstack --dry-run --yes --agents universal --force"
  }
}