{
  "name": "@gfx/zopfli",
  "version": "1.0.15",
  "description": "A Zopflli binding in universal JavaScript, built into WebAssembly",
  "repository": {
    "type": "git",
    "url": "https://github.com/gfx/universal-zopfli-js.git"
  },
  "bugs": "https://github.com/gfx/universal-zopfli-js/issues",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "engines": {
    "node": ">= 8"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "make test"
  },
  "keywords": [
    "zopfli",
    "gzip",
    "deflate",
    "zlib",
    "wasm",
    "webassembly",
    "universal"
  ],
  "author": "FUJI Goro",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/base64-js": "^1",
    "@types/node": "^10",
    "ava": "latest",
    "typescript": "latest"
  },
  "dependencies": {
    "base64-js": "^1.3.0"
  }
}
