{
  "name": "react-cf-turnstile",
  "version": "1.0.2",
  "description": "A React library for Cloudflare Turnstile (https://www.cloudflare.com/en-gb/products/turnstile/)",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "https://github.com/ben754444/react-cf-turnstile",
  "scripts": {
    "build": "tsc",
    "pre-pub": "npm run build"
  },
  "author": "Ben754444",
  "license": "MIT",
  "peerDependencies": {
    "react": ">= 16.8.0",
    "react-dom": ">= 16.8.0"
  },
  "devDependencies": {
    "@types/react": "^18.0.21"
  }
}
