{
  "name": "@react-native-ohos/react-native-picker",
  "version": "4.4.0",
  "description": "A Native Picker with high performance.",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "harmony",
    "Picker.podspec",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
    ],
  "keywords": [
    "react-native",
    "harmony"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
     "codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name react-native-picker --cpp-output-path ./harmony/picker/src/main/cpp/generated --ets-output-path ./harmony/picker/src/main/ets/generated --turbo-modules-spec-paths ./src/NativePicker.tsx"
  },
  "repository": {
    "type": "git",
    "url": "git@gitcode.com:openharmony-sig/rntpc_react-native-picker.git"
  },
  "devDependencies": {
    "react-native-builder-bob": "^0.20.4",
    "@react-native-community/cli": "latest",
    "react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27"
  },
  "dependencies": {
    "react-native-picker": "4.3.7"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "harmony": {
    "alias": "react-native-picker"
  },
  "author": "zooble",
  "license": "MIT",
  "homepage": "https://gitcode.com/openharmony-sig/rntpc_react-native-picker"
}