{
  "name": "next-turnstile",
  "version": "1.0.7",
  "description": "Cloudflare Turnstile integration for Next.js applications",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "lint": "eslint src/**/*.ts*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/JedPattersonn/next-turnstile.git"
  },
  "homepage": "https://github.com/JedPattersonn/next-turnstile",
  "bugs": {
    "url": "https://github.com/JedPattersonn/next-turnstile/issues"
  },
  "author": "Jed Patterson",
  "contributors": [
    "Jed Patterson <jed@jedpatterson.com>"
  ],
  "keywords": [
    "nextjs",
    "cloudflare",
    "turnstile",
    "captcha",
    "react",
    "typescript",
    "security",
    "bot-protection",
    "verification"
  ],
  "peerDependencies": {
    "next": ">=12",
    "react": ">=16",
    "react-dom": ">=16"
  },
  "devDependencies": {
    "@types/react": "^18.0.0",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "^5.0.0",
    "typescript": "^4.9.0",
    "eslint": "^8.0.0",
    "jest": "^29.0.0"
  }
}
