UNPKG

fix-captcha

Version:

A customizable Captcha component for React.

86 lines (85 loc) 1.96 kB
{ "name": "fix-captcha", "version": "0.1.3", "private": false, "description": "A customizable Captcha component for React.", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "dependencies": { "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-icons": "^5.4.0", "react-scripts": "5.0.1", "web-vitals": "^2.1.4" }, "scripts": { "start": "react-scripts start", "build": "babel src --out-dir dist --copy-files --ignore **/*.test.js", "prepare": "npm run build", "test": "react-scripts test", "eject": "react-scripts eject" }, "files": [ "dist" ], "keywords": [ "react", "react-component", "captcha", "captcha-component", "react-captcha", "simple-captcha", "captcha-generator", "captcha-validation", "captcha-input", "image-captcha", "form-captcha", "user-authentication", "captcha-security", "captcha-verification", "customizable-captcha", "react-security", "react-authentication", "react-form-captcha", "react-library", "spam-protection", "bot-detection", "anti-spam", "react-spam-protection", "security-component", "frontend-security", "reactjs", "npm-library", "fix-captcha" ], "author": "Ankit Kumar Nashine", "license": "MIT", "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@babel/cli": "^7.25.9", "@babel/core": "^7.26.0", "@babel/preset-env": "^7.26.0", "@babel/preset-react": "^7.26.3" } }