{
  "name": "@tuya-oh/react-native-image-picker",
  "version": "1.1.0-rc-0.0.3",
  "description": "A React Native module that allows you to use native UI to select media from the device library or directly from the camera",
  "react-native": "src/index.ts",
  "main": "src/index.ts",
  "types": "lib/typescript/index.d.ts",
  "harmony": {
    "alias": "react-native-image-picker"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "files": [
    "/*.podspec",
    "/src",
    "/lib",
    "harmony"
  ],
  "homepage": "https://gitee.com/rn-mi/ty-react-native-image-picker",
  "license": "MIT",
  "scripts": {
    "start": "react-native start",
    "example": "yarn --cwd example",
    "prepare": "bob build",
    "ci:publish": "yarn semantic-release",
    "codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name react-native-image-picker --cpp-output-path ./harmony/image_picker/src/main/cpp/generated --ets-output-path ./harmony/image_picker/src/main/ets/generated --turbo-modules-spec-paths ./src/NativeImagePicker.ts"
  },
  "keywords": [
    "react-native",
    "react-native-image-picker",
    "react",
    "native",
    "image",
    "picker",
    "harmony"
  ],
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "repository": {
    "type": "git",
    "url": "https://gitee.com/rn-mi/ty-react-native-image-picker"
  },
  "devDependencies": {
    "@react-native-community/bob": "0.17.1",
    "@semantic-release/git": "10.0.1",
    "@types/react": "18.2.13",
    "@types/react-native": "0.72.2",
    "typescript": "5.2.2",
    "react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27",
    "@react-native-community/cli": "11.4.1"
  },
  "dependencies": {
    "react-native-image-picker": "1.1.0"
  },
  "@react-native-community/bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "typescript"
    ]
  }
}