{
  modelVersion: "5.0.0",
  license: "ISC",
  devDependencies: {
    "@ohos/hypium": "1.0.6",
  },
  name: "rnoh",
  description: "example description",
  repository: {},
  version: "1.0.0",
  dependencies: {
    "@rnoh/react-native-openharmony": "./react_native_openharmony",
    "@rnoh/react-native-harmony-sample-package": "./sample_package",
    "@react-native-ohos/react-native-fs": "file:../../../node_modules/@react-native-ohos/react-native-fs/harmony/fs.har",
    "@react-native-ohos/react-native-safe-area-context": "file:../../../node_modules/@react-native-ohos/react-native-safe-area-context/harmony/safe_area.har"
  },
  overrides: {
    "@rnoh/react-native-openharmony": "./react_native_openharmony",
  },
}