UNPKG

react-native-advanced-input-mask

Version:

Text input mask for React Native on iOS, Android and web. Synchronous and easy formatting without hustle

118 lines (117 loc) 2.84 kB
{ "name": "react-native-advanced-input-mask", "version": "1.3.6", "description": "Text input mask for React Native on iOS, Android and web. Synchronous and easy formatting without hustle", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "android", "ios", "cpp", "react-native-advanced-input-mask.podspec", "jest", "!ios/build", "!android/build", "!android/gradle", "!android/gradlew", "!android/gradlew.bat", "!android/local.properties", "!android/.editorconfig", "!lib/typescript/WebExample", "!ios/.swiftlint.yml", "!ios/.swiftformat", "!ios/.clang-format", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", "!**/.*" ], "repository": { "type": "git", "url": "git+https://github.com/IvanIhnatsiuk/react-native-advanced-input-mask.git" }, "author": "IvanIhnatsiuk <shmikki407@gmail.com> (https://github.com/IvanIhnatsiuk)", "license": "MIT", "bugs": { "url": "https://github.com/IvanIhnatsiuk/react-native-advanced-input-mask/issues" }, "homepage": "https://github.com/IvanIhnatsiuk/react-native-advanced-input-mask#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "scripts": { "prepare": "bob build", "prepack": "cp ../README.md ./README.md && cp ../LICENSE ./LICENSE" }, "keywords": [ "react-native", "ios", "android", "web", "text-input", "masking", "input", "react-native-component", "form", "validation", "formatting", "phone input", "credit card input", "date input", "time input", "mask" ], "devDependencies": { "@babel/core": "^7.26.7", "@react-native/eslint-config": "0.76.5", "@types/jest": "^28.1.2", "@types/react": "~17.0.21", "jest": "^28.1.1", "react": "19.0.0", "react-dom": "19.0.0", "react-native": "0.78.0", "react-native-builder-bob": "^0.20.0", "react-native-web": "^0.19.13", "typescript": "^5.0.2" }, "peerDependencies": { "react": "*", "react-native": "*" }, "eslintIgnore": [ "node_modules/", "lib/" ], "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "codegenConfig": { "name": "maskedtextinput", "type": "all", "jsSrcsDir": "./src/native/specs", "android": { "javaPackageName": "com.maskedtextinput" }, "ios": { "componentProvider": { "AdvancedTextInputMaskDecoratorView": "AdvancedTextInputMaskDecoratorView" } } } }