{
  "devDependencies": {
    "@types/node": "^18.15.12",
    "esbuild": "^0.14.54"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./index.d.ts",
        "node": "./index.node.min.mjs",
        "browser": "./index.browser.min.mjs"
      }
    }
  },
  "imports": {
    "#default-inflate": {
      "node": "./src/default-inflate.node.js",
      "browser": "./src/default-inflate.browser.js"
    }
  },
  "type": "module",
  "name": "but-unzip",
  "version": "0.1.4",
  "description": "tiny unzip for node/browser",
  "keywords": [
    "unzip"
  ],
  "types": "index.d.ts",
  "author": "Sam Thorogood <sam.thorogood@gmail.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/samthor/but-unzip/issues"
  },
  "homepage": "https://github.com/samthor/but-unzip#readme",
  "scripts": {
    "test": "node --test",
    "build": "node build-all.js"
  }
}