{
  "name": "vue-recaptcha-with-lang-support",
  "version": "3.0.0-alpha.6.1",
  "packageManager": "yarn@3.7.0",
  "description": "ReCAPTCHA vue component",
  "author": "DanSnow & Christian De Santis <",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/christiandesantis/vue-recaptcha.git"
  },
  "bugs": {
    "url": "https://github.com/christiandesantis/vue-recaptcha/issues"
  },
  "keywords": [
    "vue",
    "component",
    "vue-component",
    "google-recaptcha",
    "google-recaptcha-v3",
    "recaptcha",
    "recaptcha-v3",
    "gcaptcha",
    "captcha",
    "nuxt",
    "nuxt3",
    "nuxt-3"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    },
    "./head": {
      "types": "./dist/head.d.ts",
      "require": "./dist/head.cjs",
      "import": "./dist/head.mjs"
    },
    "./nuxt": {
      "types": "./dist/nuxt.d.ts",
      "require": "./dist/nuxt.cjs",
      "import": "./dist/nuxt.mjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "dev": "vite",
    "build": "unbuild",
    "test": "yarn test:unit && yarn test:e2e",
    "test:unit": "vitest",
    "test:e2e": "playwright test",
    "doc:dev": "nuxi dev docs",
    "doc:publish": "yarn workspace @vue-recaptcha-with-lang-support/doc publish",
    "prepack": "yarn build",
    "prepare": "husky install",
    "prepublishOnly": "pinst --disable",
    "postpublish": "pinst --enable"
  },
  "workspaces": [
    ".",
    "docs"
  ],
  "peerDependencies": {
    "vue": "^3.0.0"
  },
  "peerDependenciesMeta": {
    "@vue/composition-api": {
      "optional": true
    }
  },
  "dependencies": {
    "@nuxt/kit": "^3.4.3",
    "@nuxt/schema": "^3.4.3",
    "@vueuse/shared": "^10.1.0",
    "defu": "^6.1.2",
    "p-defer": "^4.0.0",
    "std-env": "^3.3.2",
    "type-fest": "^4.0.0",
    "vue-demi": "^0.14.0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "0.43.1",
    "@antfu/eslint-config-vue": "0.43.1",
    "@playwright/test": "1.40.1",
    "@unhead/vue": "1.8.8",
    "@vitejs/plugin-vue": "4.5.1",
    "@vue/compiler-dom": "3.3.10",
    "@vue/composition-api": "1.7.2",
    "@vue/test-utils": "2.4.3",
    "eslint": "8.55.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-prettier": "5.0.1",
    "husky": "8.0.3",
    "lint-staged": "13.3.0",
    "nuxi": "3.10.0",
    "pinst": "3.0.0",
    "prettier": "3.1.0",
    "typescript": "5.3.2",
    "unbuild": "1.2.1",
    "vite": "4.5.1",
    "vitest": "0.34.6",
    "vue": "3.3.10",
    "vue-tsc": "1.8.24"
  }
}
