{
  "name": "@nuxtjs/turnstile",
  "version": "1.1.3",
  "license": "MIT",
  "description": "Cloudflare Turnstile integration for Nuxt",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt-modules/turnstile.git"
  },
  "keywords": [
    "nuxt",
    "module",
    "nuxt-module",
    "captcha",
    "recaptcha",
    "cloudflare"
  ],
  "author": {
    "name": "Daniel Roe <daniel@roe.dev>",
    "url": "https://github.com/danielroe"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "import": "./dist/module.mjs"
    },
    "./runtime/*": "./dist/runtime/*"
  },
  "main": "./dist/module.mjs",
  "typesVersions": {
    "*": {
      ".": [
        "./dist/types.d.mts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "pnpm dev:prepare && nuxt-module-build build",
    "dev": "nuxt dev playground",
    "dev:build": "nuxt build playground",
    "dev:prepare": "pnpm nuxt-module-build build --stub && nuxt prepare && nuxt prepare playground",
    "playground:prepare": "nuxt prepare playground",
    "docs:dev": "nuxt dev docs",
    "docs:build": "nuxt generate docs",
    "lint": "pnpm lint:all:eslint",
    "lint:all:eslint": "pnpm lint:eslint .",
    "lint:eslint": "eslint --fix",
    "prepack": "pnpm build",
    "prepublishOnly": "pnpm lint && pnpm test",
    "release": "bumpp && npm publish",
    "test": "vitest run --coverage",
    "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
  },
  "dependencies": {
    "@nuxt/kit": "^3.16.0",
    "@types/cloudflare-turnstile": "0.2.2",
    "defu": "^6.1.4",
    "pathe": "^2.0.3"
  },
  "devDependencies": {
    "@nuxt/eslint-config": "1.15.2",
    "@nuxt/module-builder": "1.0.2",
    "@nuxt/schema": "3.21.4",
    "@nuxt/scripts": "1.0.6",
    "@nuxt/test-utils": "3.23.0",
    "@types/node": "24.12.2",
    "@vitest/coverage-v8": "4.1.5",
    "bumpp": "11.0.1",
    "conventional-changelog-conventionalcommits": "9.3.1",
    "eslint": "10.3.0",
    "expect-type": "1.3.0",
    "get-port-please": "3.2.0",
    "lint-staged": "16.4.0",
    "nuxt": "3.21.4",
    "playwright": "1.59.1",
    "typescript": "6.0.3",
    "vitest": "4.1.5",
    "vue-tsc": "3.2.8"
  },
  "peerDependencies": {
    "@nuxt/scripts": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^1.0.0"
  },
  "packageManager": "pnpm@10.33.3"
}
