{
  "name": "vue-recaptcha-v3",
  "version": "1.9.0",
  "keywords": [
    "captcha",
    "recaptcha",
    "recaptcha-v3",
    "vue",
    "vuejs"
  ],
  "bugs": {
    "url": "https://github.com/AurityLab/vue-recaptcha-v3/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/AurityLab/vue-recaptcha-v3"
  },
  "license": "Apache-2.0",
  "author": "AurityLab <info@auritylab.com>",
  "files": [
    "/dist",
    "/README.md",
    "/LICENSE"
  ],
  "main": "dist/ReCaptchaVuePlugin.js",
  "types": "dist/ReCaptchaVuePlugin.d.ts",
  "scripts": {
    "build": "tsc",
    "lint": "eslint \"src/**/*.ts\" \"demo/**/*.ts\"",
    "demo:webpack:server": "webpack-dev-server --config demo/webpack.config.js --progress --public --host 0.0.0.0"
  },
  "dependencies": {
    "recaptcha-v3": "^1.8.0"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "2",
    "eslint": "6",
    "eslint-config-standard-with-typescript": "^12.0.1",
    "eslint-plugin-import": "2",
    "eslint-plugin-node": "11",
    "eslint-plugin-promise": "4",
    "eslint-plugin-standard": "4",
    "html-webpack-plugin": "^4.0.4",
    "ts-loader": "^6.2.2",
    "typescript": "^3.8.3",
    "vue": "^2.6.11",
    "webpack": "^4.42.1",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.10.3"
  },
  "peerDependencies": {
    "vue": "^2.6.11"
  }
}
