{
  "name": "@tuya-oh/datetimepicker",
  "version": "7.6.2-0.1.2-rc-0.2",
  "description": "DateTimePicker component for React Native",
  "harmony": {
    "alias": "@react-native-community/datetimepicker"
  },
  "main": "./src/index.js",
  "types": "src/index.d.ts",
  "files": [
    "harmony",
    "src",
    "RNDateTimePicker.podspec",
    "!harmony/oh_modules",
    "!harmony/**/build",
    "!harmony/**/oh_modules",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "scripts": {
    "start": "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": "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": "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"
  },
  "repository": {
    "type": "git",
    "url": "https://gitee.com/kunyuan-hongke/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://gitee.com/kunyuan-hongke/datetimepicker/issues"
  },
  "homepage": "https://gitee.com/kunyuan-hongke/datetimepicker",
  "devDependencies": {
    "@react-native-segmented-control/segmented-control": "^2.4.0",
    "@react-native/eslint-config": "^0.72.2",
    "@react-native/metro-config": "^0.73.2",
    "@semantic-release/git": "^10.0.1",
    "@testing-library/react-native": "9.1.0",
    "babel-jest": "^29.5.0",
    "detox": "^20.9.1",
    "eslint": "^8.42.0",
    "eslint-plugin-ft-flow": "^2.0.1",
    "eslint-plugin-prettier": "^4.2.1",
    "flow-bin": "^0.182.0",
    "flow-typed": "^3.8.0",
    "jest": "^29.5.0",
    "moment": "^2.24.0",
    "moment-timezone": "^0.5.41",
    "patch-package": "^6.4.7",
    "postinstall-postinstall": "^2.1.0",
    "prettier": "^2.8.8",
    "react": "18.2.0",
    "react-native": "^0.72.7",
    "react-native-localize": "^3.0.3",
    "react-native-test-app": "^2.5.32",

    "react-native-windows": "^0.71.3",
    "react-test-renderer": "18.2.0",
    "semantic-release": "^19.0.3"
  },
  "dependencies": {
    "invariant": "^2.2.4",
    "@react-native-community/datetimepicker": "7.6.2"
  }
}
