UNPKG

@sebak/recaptcha-v3

Version:

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

41 lines (40 loc) 964 B
{ "name": "@sebak/recaptcha-v3", "version": "1.2.2", "main": "dist/ReCaptcha.js", "types": "dist/ReCaptcha.d.ts", "author": "AurityLab <info@auritylab.com>", "keywords": [ "recaptcha", "recaptcha-v3", "captcha" ], "public": true, "bugs": { "url": "https://github.com/AurityLab/recaptcha-v3/issues" }, "repository": { "type": "git", "url": "https://github.com/AurityLab/recaptcha-v3" }, "license": "Apache-2.0", "scripts": { "build": "tsc", "demo:webpack:server": "webpack-dev-server --config demo/webpack.config.js --progress --public --host 0.0.0.0" }, "devDependencies": { "@auritylab/tslint-config-base": "^1.0.1", "html-webpack-plugin": "^3.2.0", "ts-loader": "^5.3.0", "tslint": "^5.11.0", "typescript": "^3.1.6", "webpack": "^4.25.1", "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.10" }, "files": [ "/dist", "/README.md", "/LICENSE" ] }