UNPKG

solid-grecaptcha

Version:

> Package based on [solid-hcaptcha](https://github.com/Vexcited/solid-hcaptcha) using g-recaptcha of google

41 lines (40 loc) 1.07 kB
{ "name": "solid-grecaptcha", "version": "0.1.6", "description": "", "scripts": { "start": "vite", "dev": "vite", "build": "tsc", "serve": "vite preview", "prepublish": "rm -rf ./dist && npm run build", "prepare": "npm run build" }, "keywords": ["solid js","grecaptcha"], "prepare": "npm run build", "license": "MIT", "main": "./dist/source/index.jsx", "types": "./dist/types/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/lucasnetwork/solid-grecaptcha" }, "devDependencies": { "@types/grecaptcha": "^3.0.4", "@typescript-eslint/eslint-plugin": "^6.4.0", "eslint": "^8.0.1", "eslint-config-standard-with-typescript": "^39.0.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-n": "^15.0.0 || ^16.0.0 ", "eslint-plugin-promise": "^6.0.0", "solid-devtools": "^0.27.3", "solid-js": "^1.7.6", "typescript": "*" }, "peerDependencies": { "solid-js": "^1.7.6" }, "dependencies": { "@solid-primitives/script-loader": "^2.0.2" } }