@darkwolf/hash
Version:
36 lines (35 loc) • 714 B
JSON
{
"name": "@darkwolf/hash",
"version": "21.13.2",
"description": "Hash",
"type": "module",
"exports": {
".": "./src/index.mjs",
"./package.json": "./package.json"
},
"engines": {
"node": ">=12.18.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Darkwolf/hash.git"
},
"keywords": [
"darkwolf",
"hash",
"crypto",
"base58"
],
"author": "Pavel Wolf",
"license": "MIT",
"bugs": {
"url": "https://github.com/Darkwolf/hash/issues"
},
"homepage": "https://github.com/Darkwolf/hash#readme",
"dependencies": {
"@darkwolf/base58": "^21.13.4"
}
}