node-twox-hash
Version:
Node.js bindings to the Rust twox-hash library
34 lines (33 loc) • 899 B
JSON
{
"name": "node-twox-hash",
"version": "0.1.2",
"description": "Node.js bindings to the Rust twox-hash library",
"main": "index.node",
"scripts": {
"build": "cargo-cp-artifact -nc index.node -- cargo build --message-format=json-render-diagnostics",
"build-debug": "npm run build --",
"build-release": "npm run build -- --release",
"install": "npm run build-release",
"test": "cargo test"
},
"author": "Wilson Lin <code@wilsonl.in>",
"license": "ISC",
"dependencies": {
"cargo-cp-artifact": "^0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wilsonzlin/node-twox-hash.git"
},
"keywords": [
"xxhash",
"twox-hash",
"xxh3",
"xxhash3",
"twox_hash"
],
"bugs": {
"url": "https://github.com/wilsonzlin/node-twox-hash/issues"
},
"homepage": "https://github.com/wilsonzlin/node-twox-hash#readme"
}