{
  "name": "@react-native-community/datetimepicker",
  "version": "9.1.0",
  "description": "DateTimePicker component for React Native",
  "main": "./src/index.js",
  "types": "src/index.d.ts",
  "files": [
    "ios",
    "android",
    "src",
    "jest",
    "flow-typed",
    "windows",
    "RNDateTimePicker.podspec",
    "!android/build",
    "!ios/build",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "plugin/build",
    "app.plugin.js"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "start": "patch-package && react-native start",
    "start:android": "react-native run-android",
    "start:ios": "react-native run-ios",
    "start:windows": "react-native run-windows --sln example/windows/date-time-picker-example.sln",
    "bundle:android": "mkdir -p example/dist && react-native bundle --platform android --dev false --entry-file index.js --bundle-output example/dist/main.android.jsbundle --assets-dest example/dist/res",
    "bundle:ios": "mkdir -p example/dist && react-native bundle --platform ios --dev false --entry-file index.js --bundle-output example/dist/main.ios.jsbundle --assets-dest example/dist/assets",
    "test": "jest",
    "lint": "NODE_ENV=lint eslint {example,src,test}/**/*.js src/index.d.ts",
    "flow": "flow check",
    "detox:ios:build:debug": "detox build -c ios.sim.debug",
    "detox:ios:test:debug": "SIMCTL_CHILD_TZ=Europe/Prague detox test -c ios.sim.debug -l verbose",
    "detox:ios:build:release": "detox build -c ios.sim.release",
    "detox:ios:test:release": "SIMCTL_CHILD_TZ=Europe/Prague detox test -c ios.sim.release --record-videos all --record-logs all -l verbose",
    "detox:android:build:debug": "ORG_GRADLE_PROJECT_newArchEnabled=false detox build -c android.emu.debug",
    "detox:android:test:debug": "adb shell service call alarm 3 s16 Europe/Prague && detox test -c android.emu.debug -l verbose",
    "detox:android:build:release": "ORG_GRADLE_PROJECT_newArchEnabled=false detox build -c android.emu.release",
    "detox:android:test:release": "adb shell service call alarm 3 s16 Europe/Prague && detox test -c android.emu.release --record-videos all --record-logs all --headless -l verbose",
    "detox:clean": "rimraf example/android/build && rimraf example/android/app/build && rimraf example/android/.gradle && rimraf example/ios/build",
    "plugin:build": "expo-module build plugin",
    "generateManifest": "node node_modules/react-native-test-app/android/android-manifest.js example/app.json example/android/app/build/generated/rnta/src/main/AndroidManifest.xml"
  },
  "repository": "https://github.com/react-native-datetimepicker/datetimepicker",
  "keywords": [
    "react-native-component",
    "react-native",
    "ios",
    "android",
    "windows",
    "datepicker",
    "timepicker",
    "datetime"
  ],
  "author": "Martijn Swaagman <mswaagman@godaddy.com> (https://github.com/swaagie)",
  "contributors": [
    "Daniel Sanudo Vacas <dsanudovacas@godaddy.com> (https://github.com/DanielSanudo)",
    "Vojtech Novak <vonovak@gmail.com> (https://github.com/vonovak)",
    "Pavel Balint <lochness42@gmail.com> (https://github.com/lochness42)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/react-native-community/datetimepicker/issues"
  },
  "homepage": "https://github.com/react-native-community/datetimepicker#readme",
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@callstack/react-native-visionos": "^0.79.6",
    "@react-native-segmented-control/segmented-control": "2.5.7",
    "@react-native/eslint-config": "^0.83.3",
    "@react-native/metro-config": "^0.83.3",
    "@rnx-kit/metro-config": "^2.2.4",
    "@semantic-release/git": "^10.0.1",
    "@testing-library/react-native": "^13.3.3",
    "babel-jest": "^30.0.5",
    "detox": "^20.47.0",
    "eslint": "^8.57.1",
    "eslint-plugin-ft-flow": "^3.0.11",
    "eslint-plugin-jest": "^28.14.0",
    "eslint-plugin-prettier": "^4.2.5",
    "expo": "^55.0.5",
    "expo-module-scripts": "^55.0.2",
    "flow-bin": "^0.278.0",
    "flow-typed": "^4.1.1",
    "hermes-eslint": "^0.31.0",
    "jest": "^29.7.0",
    "moment": "^2.24.0",
    "moment-timezone": "^0.5.41",
    "patch-package": "^8.0.1",
    "postinstall-postinstall": "^2.1.0",
    "prettier": "^2.8.8",
    "react": "19.2.0",
    "react-native": "0.83.3",
    "react-native-localize": "^3.5.1",
    "react-native-test-app": "^5.1.0",
    "react-native-windows": "^0.81.4",
    "react-test-renderer": "19.2.0",
    "semantic-release": "^19.0.3",
    "typescript": "~5.8.3"
  },
  "dependencies": {
    "invariant": "^2.2.4"
  },
  "peerDependencies": {
    "expo": ">=52.0.0",
    "react": "*",
    "react-native": "*",
    "react-native-windows": "*"
  },
  "peerDependenciesMeta": {
    "expo": {
      "optional": true
    },
    "react-native-windows": {
      "optional": true
    }
  },
  "codegenConfig": {
    "name": "RNDateTimePickerCGen",
    "type": "all",
    "jsSrcsDir": "src/specs",
    "android": {
      "javaPackageName": "com.reactcommunity.rndatetimepicker"
    },
    "ios": {
      "componentProvider": {
        "RNDateTimePicker": "RNDateTimePickerComponentView"
      }
    }
  },
  "packageManager": "yarn@4.9.2"
}
