{
  "name": "@react-native-ohos/react-native-fs",
  "version": "2.20.1-1",
  "description": "Native filesystem access for react-native",
  "main": "FS.common.js",
  "typings": "index.d.ts",
  "scripts": {
    "pack": "npm pack",
    "test": "echo \"Error: no test specified\" && exit 1",
    "flow": "flow; test $? -eq 0 -o $? -eq 2",
    "codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name react-native-fs --cpp-output-path ./example/harmony/fs/src/main/cpp/generated --ets-output-path ./example/harmony/fs/src/main/ets/generated --turbo-modules-spec-paths ./src/NativeReactNativeFs.ts"
  },
  "harmony": {
    "alias": "react-native-fs",
    "autolinking": {
      "etsPackageClassName":"FsPackage",
      "cppPackageClassName":"RNFSPackage",
      "cmakeLibraryTargetName": "rnoh_fs", 
      "ohPackageName": "@react-native-ohos/react-native-fs"
    }
  },
  "repository": {
    "type": "git",
    "url": "git@gitcode.com:openharmony-sig/rntpc_react-native-fs.git"
  },
  "keywords": [
    "react-component",
    "react-native",
    "fs",
    "filesystem",
    "download",
    "upload",
    "file-transfer"
  ],
  "license": "MIT",
  "dependencies": {
    "base-64": "^0.1.0",
    "utf8": "^3.0.0",
    "react-native-fs": "2.20.0"
  },
  "devDependencies": {
    "create-react-class": "15.6.3",
    "flow-bin": "^0.109.0",
    "prop-types": "^15.7.2",
    "react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27"
  },
  "peerDependencies": {
    "react-native": "*",
    "react-native-windows": "*"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "peerDependenciesMeta": {
    "react-native-windows": {
      "optional": true
    }
  }
}
