UNPKG

react-captchaa

Version:

A lightweight package for react captcha

63 lines (62 loc) 1.77 kB
{ "name": "react-captchaa", "version": "1.0.13", "description": "A lightweight package for react captcha", "author": "alii13", "license": "MIT", "repository": "alii13/react-captchaa", "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.js", "engines": { "node": ">=10" }, "scripts": { "build": "microbundle-crl --no-compress --format modern,cjs", "start": "microbundle-crl watch --no-compress --format modern,cjs", "prepare": "run-s build", "test": "run-s test:unit test:lint test:build", "test:build": "run-s build", "test:lint": "eslint .", "test:unit": "cross-env CI=1 react-scripts test --env=jsdom", "test:watch": "react-scripts test --env=jsdom", "predeploy": "cd example && npm install && npm run build", "deploy": "gh-pages -d example/build" }, "peerDependencies": { "react": "^17.0.1" }, "keywords": [ "captcha", "react-captcha", "lightweight captcha", "react-captcha" ], "devDependencies": { "microbundle-crl": "^0.13.11", "babel-eslint": "^10.1.0", "cross-env": "^7.0.3", "eslint": "^7.17.0", "eslint-config-prettier": "^7.1.0", "eslint-config-standard": "^16.0.2", "eslint-config-standard-react": "^11.0.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.22.0", "eslint-plugin-standard": "^4.1.0", "gh-pages": "^3.1.0", "npm-run-all": "^4.1.5", "prettier": "^2.2.1", "react": "^16.13.1", "react-dom": "^17.0.1", "react-scripts": "^4.0.1" }, "files": [ "dist" ], "dependencies": { "react-icons-wrapper": "^1.0.8" } }