{
  "name": "yaz0",
  "version": "4.0.3",
  "description": "A fast Yaz0 compression/decompression module",
  "main": "lib/node/index.js",
  "type": "module",
  "browser": "lib/browser/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "./build.sh",
    "install": "node-gyp rebuild",
    "test": "node --test"
  },
  "author": "Maxime Bacoux",
  "license": "MIT",
  "dependencies": {
    "node-addon-api": "*",
    "node-gyp": "^10.2.0"
  }
}
