{
  "name": "@bingtang-rn/react-native-picky",
  "version": "0.4.0",
  "description": "适配鸿蒙版本,提供react_native_picky组件。",
  "main": "./src/index.ts",
  "module": "./src/index.ts",
  "react-native": "./src/index.ts",
  "license": "MIT",
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://gitcode.com/rn_ohos_plugin/react_native_picky"
  },
  "keywords": [
    "react-native",
    "harmony",
    "harmonyos",
    "react-native-picky"
  ],
  "homepage": "https://gitcode.com/rn_ohos_plugin/react_native_picky",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "files": [
    "src/",
    "harmony/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "prepare": "echo skip",
    "codegen-lib": "react-native codegen-harmony --cpp-output-path ./harmony/picky/src/main/cpp/generated --ets-output-path ./harmony/picky/src/main/ets/generated"
  },
  "peerDependencies": {
    "react-native": ">=0.72"
  },
  "devDependencies": {
    "typescript": "5.0.4",
    "@react-native/typescript-config": "0.79.5",
    "react": "18.2.0",
    "@types/react": "18.2.79",
    "react-native": "0.72.5",
    "jest": "^29.6.3",
    "@react-native-oh/react-native-harmony-cli": "^0.77.50",
    "metro": "^0.81.0"
  },
  "engines": {
    "node": ">=18"
  },
  "harmony": {
    "alias": "react-native-picky",
    "autolinking": {
      "cmakeLibraryTargetName": "picky",
      "ohPackageName": "@oh-rn/react-native-picky",
      "etsPackageClassName": "PickyPackage",
      "cppPackageClassName": "PickyPackage"
    },
    "codegenConfig": [
      {
        "version": 1,
        "specPaths": [
          "./src/specs/v1"
        ]
      }
    ]
  }
}