{
  "name": "@hero-design/react-native-month-year-picker",
  "version": "8.46.1",
  "description": "React Native Month Year Picker",
  "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",
    "*.podspec",
    "!lib/typescript/example",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "test": "jest --passWithNoTests",
    "type-check": "tsc --noEmit",
    "lint": "eslint src --quiet",
    "prepack": "bob build",
    "build": "yarn prepack",
    "example": "yarn --cwd example",
    "bootstrap": "yarn example && yarn install && yarn example pods",
    "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build",
    "publish:npm": "yarn publish --access public"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": "https://github.com/ttkien/react-native-month-year-picker",
  "author": "Kien Tran <kien.tran@employmenthero.com> (https://github.com/ttkien)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ttkien/react-native-month-year-picker/issues"
  },
  "homepage": "https://github.com/ttkien/react-native-month-year-picker#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@eslint/compat": "^1.1.1",
    "@eslint/eslintrc": "^3.1.0",
    "@hero-design/eslint-plugin": "9.2.4",
    "@types/jest": "^27.0.2",
    "@types/react": "~19.1.10",
    "del-cli": "^5.0.0",
    "eslint": "^8.57.0",
    "eslint-config-hd": "8.42.6",
    "jest": "^29.7.0",
    "pod-install": "^0.1.0",
    "prettier-config-hd": "8.42.4",
    "react": "19.1.0",
    "react-native": "0.81.5",
    "react-native-builder-bob": "^0.20.0",
    "ts-config-hd": "8.42.5",
    "typescript": "^5.7.3"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": ">=0.71.0"
  },
  "engines": {
    "node": "^20.0.0 || ^22.0.0"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "prettier": "prettier-config-hd",
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "dependencies": {
    "moment": "^2.29.4"
  },
  "codegenConfig": {
    "name": "RNMonthYearPickerSpec",
    "type": "all",
    "jsSrcsDir": "src/spec",
    "ios": {
      "componentProvider": {
        "MonthYearPickerView": "MonthYearPickerViewComponentView"
      }
    }
  }
}
