UNPKG

react-otp-resender

Version:
43 lines (42 loc) 1.03 kB
{ "name": "react-otp-resender", "version": "1.0.5", "description": "react component for resend otp with timer", "main": "dist/index.js", "module": "dist/index.js", "files": [ "dist", "README.md" ], "scripts": { "build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/amiralidev/react-otp-resender.git" }, "keywords": [ "reactjs", "otp", "resend" ], "author": "amiralidev", "license": "ISC", "bugs": { "url": "https://github.com/amiralidev/react-otp-resender/issues" }, "homepage": "https://github.com/amiralidev/react-otp-resender#readme", "peerDependencies": { "react": "^17.0.2" }, "devDependencies": { "@babel/cli": "^7.16.0", "@babel/core": "^7.16.0", "@babel/preset-env": "^7.16.4" }, "dependencies": { "@babel/polyfill": "^7.12.1", "react-dom": "^17.0.2" } }