{
  "name": "brotli-compress",
  "version": "1.3.3",
  "main": "index.js",
  "module": "index.mjs",
  "typings": "dist/index.d.ts",
  "description": "WASM based, asynchronous Brotli compression and decompression package that works in browsers and Node.js; CommonJS and ESM",
  "keywords": [
    "brotli",
    "compress",
    "decompress",
    "wasm",
    "webassemly",
    "async",
    "typescript",
    "browser",
    "Node.js"
  ],
  "scripts": {
    "prebuild": "rm -rf dist",
    "build": "ts-node build.ts",
    "postbuild": "tsc",
    "deploy": "npm publish",
    "pretest": "yarn build",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kyr0/brotli-compress.git"
  },
  "author": "Aron Homberg <info@aron-homberg.de>, Tim Perry <tim@httptoolkit.tech>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/kyr0/brotli-compress/issues"
  },
  "homepage": "https://github.com/kyr0/brotli-compress#readme",
  "dependencies": {
    "@types/node": "^17.0.40",
    "brotli-wasm": "1.2.0"
  },
  "devDependencies": {
    "@types/jest": "^27.5.1",
    "esbuild": "^0.14.3",
    "jest": "^27.5.1",
    "ts-jest": "^27.1.3",
    "typescript": "^4.6.2"
  }
}
