UNPKG

react-native-otp-textinput

Version:
40 lines (39 loc) 935 B
{ "name": "react-native-otp-textinput", "version": "1.1.7", "description": "Textview usable for OTP implementation", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "watch:build": "tsc --watch", "prepare": "npm run build" }, "keywords": [ "react-native", "react-native-component", "otp", "react-component", "ios", "android", "otp-input" ], "repository": { "type": "git", "url": "git@github.com:naveenvignesh5/react-native-otp-textinput.git" }, "peerDependencies": { "react": "*", "react-native": "*" }, "author": "Naveen Vignesh.B <naveenvignesh5.nv@gmail.com>", "license": "MIT", "devDependencies": { "react": "18.2.0", "react-native": "0.73.5", "@types/react": "18.2.79", "typescript": "5.3.3" }, "packageManager": "yarn@1.22.19" }