@li0ard/gost341194
Version:
GOST R 34.11-94 hash function in pure TypeScript
38 lines • 977 B
JSON
{
"name": "@li0ard/gost341194",
"version": "0.1.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"author": "li0ard",
"repository": {
"type": "git",
"url": "git+https://github.com/li0ard/gost341194.git"
},
"bugs": {
"url": "https://github.com/li0ard/gost341194/issues"
},
"homepage": "https://github.com/li0ard/gost341194#readme",
"description": "GOST R 34.11-94 hash function in pure TypeScript",
"license": "MIT",
"scripts": {
"build": "rm -rf dist/ && tsc --project tsconfig.build.json",
"docs": "typedoc --options .config/typedoc/config.cjs"
},
"devDependencies": {
"@types/bun": "latest",
"typedoc": "^0.28.7"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@li0ard/magma": "^0.1.7",
"@noble/hashes": "^1.8.0"
},
"files": ["dist"],
"publishConfig": {
"access": "public"
},
"keywords": ["gost", "crypto", "streebog", "gost341194"]
}