{
  "name": "better-blockmap-wasm",
  "collaborators": [
    "Fedor Indutny <fedor@indutny.com>"
  ],
  "description": "Wasm wrapper around better-blockmap",
  "version": "0.1.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/indutny/better-blockmap-wasm"
  },
  "files": [
    "better_blockmap_wasm_bg.wasm",
    "better_blockmap_wasm.js",
    "better_blockmap_wasm.d.ts"
  ],
  "main": "better_blockmap_wasm.js",
  "types": "better_blockmap_wasm.d.ts",
  "keywords": [
    "rabin",
    "fingerprint",
    "hash",
    "blockmap"
  ]
}