UNPKG

code-picker-react

Version:

A React version of the jQuery code picker component

22 lines 560 B
{ "name": "code-picker-react", "version": "1.1.1", "description": "A React version of the jQuery code picker component", "main": "dist/index.js", "scripts": { "build": "tsc", "prepare": "npm run build" }, "keywords": ["react", "code-picker", "OTP", "TAN", "digits"], "author": "Your Name <your.email@example.com>", "license": "MIT", "devDependencies": { "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "typescript": "^4.0.0" }, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" } }