{
  "name": "@crediball/react",
  "version": "0.21.0",
  "description": "Drop-in React components for showing Crediball credits inside your AI app.",
  "license": "MIT",
  "author": "Filippo Rezzadore <filipporezzadore@gmail.com>",
  "homepage": "https://crediball.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/filipporezzadore/Crediball.git",
    "directory": "packages/react"
  },
  "bugs": {
    "url": "https://github.com/filipporezzadore/Crediball/issues"
  },
  "keywords": [
    "react",
    "components",
    "paywall",
    "credits",
    "billing",
    "ui",
    "ai"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "dev": "tsc -p tsconfig.json --watch",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "react": ">=18"
  },
  "dependencies": {
    "@crediball/core": "^0.11.0"
  },
  "devDependencies": {
    "@types/react": "^18.3.11",
    "typescript": "^5.6.3"
  }
}
