UNPKG

hysnappy

Version:
44 lines (43 loc) 871 B
{ "name": "hysnappy", "version": "1.0.0", "description": "snappy decompressor for wasm", "keywords": [ "snappy", "codec", "compression", "compress", "decompress", "decompression", "decompressor", "parquet", "wasm", "webassembly" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/hyparam/hysnappy.git" }, "main": "hysnappy.js", "files": [ "hysnappy.d.ts", "hysnappy.js" ], "type": "module", "types": "hysnappy.d.ts", "scripts": { "coverage": "vitest run --coverage", "lint": "eslint .", "test": "vitest run" }, "devDependencies": { "@types/node": "22.10.1", "@vitest/coverage-v8": "2.1.8", "eslint": "9.16.0", "eslint-plugin-jsdoc": "50.6.0", "snappyjs": "0.7.0", "typescript": "5.7.2", "vitest": "2.1.8" } }