{
  "name": "xz-decompress",
  "version": "0.2.2",
  "description": "XZ streaming decompression for the browser & Node without native code, via WebAssembly ",
  "main": "dist/package/xz-decompress.js",
  "types": "./types.d.ts",
  "browser": {
    "stream/web": false
  },
  "scripts": {
    "test": "mocha -r ts-node/register 'test/**/*.spec.ts'",
    "webpack": "webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/httptoolkit/xz-decompress.git"
  },
  "keywords": [
    "xz",
    "wasm"
  ],
  "author": "Tim Perry <tim@httptoolkit.com>",
  "contributors": [
    {
      "name": "Tim Perry",
      "email": "tim@httptoolkit.com"
    },
    {
      "name": "Steven Sanderson"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/httptoolkit/xz-decompress/issues"
  },
  "homepage": "https://github.com/httptoolkit/xz-decompress#readme",
  "devDependencies": {
    "@types/chai": "^4.3.5",
    "@types/mocha": "^10.0.1",
    "@types/node": "^20.3.0",
    "chai": "^4.3.7",
    "mocha": "^10.2.0",
    "ts-node": "^10.9.1",
    "webpack": "^5.85.1",
    "webpack-cli": "^5.1.3"
  },
  "engines": {
    "node": ">=16"
  },
  "files": [
    "dist/package/**",
    "types.d.ts"
  ]
}
