{
  "name": "react-native-text-input-mask",
  "version": "3.2.0",
  "description": "Text input mask for React Native.",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/react-native-community/react-native-text-input-mask"
  },
  "keywords": [
    "react",
    "native",
    "mask",
    "text input",
    "android",
    "ios"
  ],
  "scripts": {
    "prepublish": "npx tsc"
  },
  "devDependencies": {
    "@react-native-community/eslint-config": "3.2.0",
    "@types/react": "^18.2.12",
    "react-native": "^0.71.10",
    "tslib": "^2.5.3",
    "typescript": "^5.1.3"
  },
  "peerDependencies": {
    "react-native": ">=0.69.0"
  },
  "author": "Martin Treurnicht",
  "bugs": {
    "url": "https://github.com/react-native-community/react-native-text-input-mask/issues"
  },
  "homepage": "https://github.com/react-native-community/react-native-text-input-mask"
}
