drag-puzzle-captcha
Version:
A beautiful, modern drag-and-drop puzzle CAPTCHA component for React applications
80 lines (79 loc) • 1.92 kB
JSON
{
"name": "drag-puzzle-captcha",
"version": "1.4.1",
"description": "A beautiful, modern drag-and-drop puzzle CAPTCHA component for React applications",
"main": "index.js",
"module": "index.js",
"types": "index.d.ts",
"exports": {
".": {
"import": "./index.js",
"require": "./index.js",
"types": "./index.d.ts"
},
"./style": "./style.js",
"./styles": "./DragPuzzleCaptcha.css",
"./DragPuzzleCaptcha.css": "./DragPuzzleCaptcha.css"
},
"files": [
"DragPuzzleCaptcha.jsx",
"DragPuzzleCaptcha.js",
"DragPuzzleCaptcha.css",
"index.js",
"index.d.ts",
"style.js",
"README.md",
"QUICK_START.md"
],
"scripts": {
"prepublishOnly": "echo 'Publishing drag-puzzle-captcha...'",
"test": "echo 'No tests specified yet'"
},
"keywords": [
"react",
"captcha",
"security",
"drag-drop",
"puzzle",
"verification",
"ui",
"component",
"slider-captcha",
"puzzle-captcha",
"security-verification",
"form-validation",
"anti-bot",
"human-verification",
"vite",
"nextjs",
"typescript",
"es-modules",
"react-component"
],
"author": {
"name": "mhamad-alawieh",
"email": "mhamad.alawieh@example.com",
"url": "https://github.com/mhamad-alawieh"
},
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/mhamad-alawieh/drag-puzzle-captcha.git"
},
"bugs": {
"url": "https://github.com/mhamad-alawieh/drag-puzzle-captcha/issues"
},
"homepage": "https://github.com/mhamad-alawieh/drag-puzzle-captcha#readme",
"engines": {
"node": ">=14.0.0"
},
"publishConfig": {
"access": "public"
}
}