{
  "name": "react-native-year-month-pickers",
  "version": "1.1.4",
  "description": "A simple and customizable Month & Year picker for React Native (Android & iOS).",
  "main": "index.tsx",
  "types": "index.tsx",
  "files": [
    "*.ts",
    "*.tsx",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/solutiontechseries/react-native-year-month-pickers.git"
  },
  "keywords": [
    "react-native",
    "month-picker",
    "year-picker",
    "year-month-picker",
    "month-year-picker",
    "react-native-picker",
    "date-picker",
    "ios",
    "android"
  ],
  "author": "Pankaj Kumar Prajapati",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/solutiontechseries/react-native-year-month-pickers/issues"
  },
  "homepage": "https://github.com/solutiontechseries/react-native-year-month-pickers#readme",
  "peerDependencies": {
    "react": ">=17.0.0",
    "react-native": ">=0.68.0"
  }
}
