{
  "name": "@react-native-ohos/react-native-zip-archive",
  "version": "7.1.0",
  "description": "A little wrapper on ZipArchive for react-native",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "react-native": "index.js",
  "source": "index.js",
  "types": "lib/typescript/index.d.ts",
  "scripts": {
    "bob": "bob build",
    "prepare": "npm run bob",
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint index.js"
  },
  "repository": {
    "type": "git",
    "url": "git@gitcode.com:openharmony-sig/rntpc_react-native-zip-archive.git"
  },
  "keywords": [
    "react-native",
    "zip",
    "archive",
    "zip-archive",
    "unzip",
    "harmony"
  ],
  "homepage": "https://gitcode.com/openharmony-sig/rntpc_react-native-zip-archive/tree/br_rnoh0.77#readme",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "*",
    "@react-native-community/eslint-config": "^2.0.0",
    "eslint": "^6.7.2",
    "react": "18.3.1",
    "react-native": "0.77.1",
    "react-native-builder-bob": "^0.20.4"
  },
  "peerDependencies": {
    "react": "18.3.1",
    "react-native": "0.77.1"
  },
  "harmony": {
    "alias": "react-native-zip-archive"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module"
    ]
  },
  "files": [
    "src",
    "harmony",
    "lib",
    "index.js",
    "index.d.ts"
  ]
}
