rn-awesome-pin-input
Version:
A customizable pin input component for React Native
37 lines (36 loc) • 888 B
JSON
{
"name": "rn-awesome-pin-input",
"version": "1.0.4",
"description": "A customizable pin input component for React Native",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"commit": "npx git-cz",
"build": "tsc"
},
"keywords": ["react-native", "pin-input"],
"author": "Dhia Ben Hamouda",
"license": "ISC",
"peerDependencies": {
"react": ">=18.0.0",
"react-native": ">=0.76.0",
"react-native-reanimated": ">=3.0.0"
},
"devDependencies": {
"@types/react": "18.3.1",
"react": "18.3.1",
"react-native": "0.78.0",
"react-native-reanimated": "3.0.0",
"typescript": "5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Dhia-Ben-Hamouda/rn-awesome-pin-input.git"
},
"files": [
"dist",
"src",
"README.md"
]
}