{
  "name": "fast-hashring",
  "version": "1.1.0",
  "description": "A library for consistent hashing.",
  "main": "consistent-hash.js",
  "type": "module",
  "scripts": {
    "test": "bun test --coverage"
  },
  "keywords": [
    "consistent-hashing",
    "hashing",
    "virtual-nodes",
    "npm-module"
  ],
  "types": "index.d.ts",
  "author": "Rolando Santamaria Maso <kyberneees@gmail.com>",
  "license": "MIT",
  "files": [
    "consistent-hash.js",
    "consistent-hash.d.ts",
    "jump-hash.js",
    "jump-hash.d.ts",
    "index.d.ts",
    "README.md",
    "LICENSE"
  ]
}
