UNPKG

vue-recaptcha-v3

Version:

[![npm](https://img.shields.io/npm/v/vue-recaptcha-v3.svg)](https://www.npmjs.com/package/vue-recaptcha-v3) [![npm type definitions](https://img.shields.io/npm/types/vue-recaptcha-v3.svg)](https://www.npmjs.com/package/vue-recaptcha-v3)

55 lines (54 loc) 1.34 kB
{ "name": "vue-recaptcha-v3", "version": "2.0.1", "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 serve --config demo/webpack.config.js --progress" }, "dependencies": { "recaptcha-v3": "^1.8.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.22.0", "eslint": "^7.24.0", "eslint-config-standard-with-typescript": "^20.0.0", "eslint-plugin-import": "2", "eslint-plugin-node": "11", "eslint-plugin-promise": "4", "eslint-plugin-standard": "5", "html-webpack-plugin": "^5.3.1", "ts-loader": "^8.1.0", "typescript": "^4.2.4", "vue": "^3.0.11", "webpack": "^5.32.0", "webpack-cli": "^4.6.0", "webpack-dev-server": "^3.11.2" }, "peerDependencies": { "vue": "^3.0.11" } }