{
    "name": "tomzipjs",
    "description": "copy frome @zip.js/zip.js 2.4.4 and fix a bug .A JavaScript library to zip and unzip files in the browser and Deno",
    "author": "Gildas Lormeau",
    "license": "BSD-3-Clause",
    "version": "1.0.0",
    "type": "module",
    "keywords": [
        "zip",
        "unzip",
        "browser",
        "web",
        "aes-256",
        "aes-192",
        "aes-128",
        "zip-crypto",
        "encryption",
        "zip64",
        "stream",
        "web-crypto",
        "web-workers",
        "deno"
    ],
    "scripts": {
        "build": "./build.sh"
    },
    "main": "index.js",
    "types": "index.d.ts",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/gildas-lormeau/zip.js.git"
    },
    "bugs": {
        "url": "https://github.com/gildas-lormeau/zip.js/issues"
    },
    "homepage": "https://gildas-lormeau.github.io/zip.js",
    "devDependencies": {
        "@babel/core": "^7.17.0",
        "@babel/preset-env": "^7.16.11",
        "@rollup/plugin-babel": "^5.3.0",
        "@rollup/plugin-commonjs": "^21.0.1",
        "@rollup/plugin-node-resolve": "^13.1.3",
        "@rollup/plugin-replace": "^3.0.1",
        "babel-plugin-transform-async-to-promises": "^0.8.18",
        "core-js": "^3.21.0",
        "rollup": "^2.67.0",
        "rollup-plugin-terser": "^7.0.2"
    }
}