UNPKG

@hcaptcha/vanilla-hcaptcha

Version:

Vanilla Web Component for hCaptcha. 0 dependencies. <1kb gzipped.

64 lines 1.59 kB
{ "name": "@hcaptcha/vanilla-hcaptcha", "description": "Vanilla Web Component for hCaptcha. 0 dependencies. <1kb gzipped.", "version": "1.1.1", "main": "dist/index.min.js", "module": "dist/index.min.mjs", "types": "dist/hcaptcha.d.ts", "author": "hCaptcha team and contributors", "homepage": "https://github.com/hCaptcha/vanilla-hcaptcha", "organization": "hCaptcha", "license": "MIT", "private": false, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "repository": { "type": "git", "url": "https://github.com/hCaptcha/vanilla-hcaptcha.git", "web": "https://github.com/hCaptcha/vanilla-hcaptcha" }, "files": [ "dist", "src", "demo.html" ], "devDependencies": { "@babel/core": "^7.18.0", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.18.0", "@hcaptcha/types": "^1.0.3", "@rollup/plugin-typescript": "^8.3.2", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "rollup": "^2.74.1", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-filesize": "^9.1.2", "rollup-plugin-terser": "^7.0.2", "tslib": "^2.6.2", "typescript": "^5.4.5" }, "keywords": [ "captcha", "hcaptcha", "stopbots", "webcomponent", "client", "vanilla", "vanilla.js", "vue", "vue.js", "preact", "react", "react.js", "nextjs", "next.js" ], "scripts": { "typecheck": "tsc -p ./tsconfig.json", "dev": "rollup -c -w", "build": "rollup -c", "test": "jest" } }