{
  "name": "xxh3-ts",
  "main": "./index.js",
  "types": "./index.d.ts",
  "description": "xxhash implementation in pure typescript (using tc39 bigint), supports XXH64 & XXH3-128",
  "version": "2.0.1",
  "scripts": {
    "prebuild": "rm -r ./*.js ./*.d.ts",
    "build": "tsc",
    "prepublishOnly": "yarn build"
  },
  "repository": "https://github.com/i404788/xxh3-ts",
  "author": "casper@devdroplets.com",
  "license": "BSD-2 Clause",
  "devDependencies": {
    "@types/node": "^12.12.21"
  },
  "peerDependencies": {
    "buffer": "^6"
  }
}
