{
  "name": "hysnappy",
  "version": "1.1.1",
  "description": "fast and tiny snappy compression in wasm",
  "author": "Hyperparam",
  "homepage": "https://hyperparam.app",
  "keywords": [
    "snappy",
    "codec",
    "compress",
    "compression",
    "compressor",
    "decompress",
    "decompression",
    "decompressor",
    "hyperparam",
    "hyparquet",
    "parquet",
    "wasm",
    "webassembly"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hyparam/hysnappy.git"
  },
  "files": [
    "js"
  ],
  "type": "module",
  "types": "js/index.d.ts",
  "main": "js/index.js",
  "sideEffects": false,
  "scripts": {
    "coverage": "vitest run --coverage",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "vitest run"
  },
  "devDependencies": {
    "@types/node": "25.3.0",
    "@vitest/coverage-v8": "4.0.18",
    "eslint": "9.39.2",
    "eslint-plugin-jsdoc": "62.7.0",
    "typescript": "5.9.3",
    "vitest": "4.0.18"
  }
}
