{
"name": "@ohos/jszip",
"keywords": [
"OpenHarmony",
"HarmonyOS",
"zip",
"rar",
],
"author": "ohos_tpc",
"ohos": {
"org": "opensource"
},
"description": "A library for creating, reading and editing .zip files with JavaScript, with a lovely and simple API.",
"main": "Index.js",
"types": "./src/main/type/index.d.ts",
"repository": "https://gitcode.com/openharmony-tpc/openharmony_tpc_samples/tree/master/ohos-jszip",
"type": "module",
"version": "1.0.1",
"tags": [
"Tool"
],
"license": "MIT",
"dependencies": {
"@ohos/node-polyfill": "^1.0.0"
},
"devDependencies": {}
}