UNPKG

recaptcha-v3-enterprise

Version:

A simple and easy to use reCAPTCHA Enterprise (v3 only) library for the browser.

51 lines (50 loc) 1.47 kB
{ "name": "recaptcha-v3-enterprise", "version": "1.0.1", "description": "A simple and easy to use reCAPTCHA Enterprise (v3 only) library for the browser.", "main": "dist/ReCaptcha.js", "types": "dist/ReCaptcha.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "lint": "eslint \"src/**/*.ts\" \"demo/**/*.ts\" \"cypress/**/*.ts\"", "cypress:run": "cypress run", "cypress:open": "cypress open", "demo": "webpack-dev-server --config demo/webpack.config.js --progress --public --host 0.0.0.0 --port 30399" }, "repository": { "type": "git", "url": "git+https://github.com/Vanilla-IceCream/recaptcha-v3-enterprise.git" }, "keywords": [ "captcha", "google", "recaptcha", "v3", "recaptcha-v3", "enterprise" ], "author": "Vanilla IceCream", "license": "MIT", "bugs": { "url": "https://github.com/Vanilla-IceCream/recaptcha-v3-enterprise/issues" }, "homepage": "https://github.com/Vanilla-IceCream/recaptcha-v3-enterprise#readme", "peerDependencies": {}, "dependencies": {}, "devDependencies": { "@cypress/webpack-preprocessor": "^4.1.5", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "cypress": "^7.2.0", "eslint": "6", "html-webpack-plugin": "^4.5.2", "ts-loader": "^8.1.0", "typescript": "^4.2.4", "webpack": "^4.46.0", "webpack-cli": "^4.6.0", "webpack-dev-server": "^3.11.2" } }