UNPKG

phone-input-react-native-paper

Version:

Simple phone input component using React Native Paper

49 lines (48 loc) 1.2 kB
{ "name": "phone-input-react-native-paper", "description": "Simple phone input component using React Native Paper", "version": "1.0.7", "main": "lib/index.js", "types": "lib/index.d.ts", "author": "MartinGK <mrtgeka@gmail.com>", "license": "MIT", "keywords": [ "react-native", "react-native-paper", "phone-input", "react-native-phone-input", "react-native-paper-phone-input" ], "repository": { "type": "git", "url": "git@github-personal:MartinGK/phone-input-react-native-paper.git" }, "dependencies": { "libphonenumber-js": "^1.11.17" }, "peerDependencies": { "react": ">=16.8 || 17.x || 18.x", "react-native": ">=0.63.0", "react-native-paper": "^5.12.5" }, "devDependencies": { "react": "^18.3.1", "react-dom": "^18.3.1", "react-native": "^0.76.5", "react-native-paper": "^5.12.5", "@types/react": "^18.3.1", "@types/react-native": "^0.73.0", "typescript": "^5.7.2" }, "scripts": { "prepublishOnly": "npm install && npm run build", "prepack": "npm install && npm run build", "pack": "npm pack", "build": "tsc" }, "files": [ "lib", "README.md", "LICENSE" ] }