UNPKG

@helium/crypto

Version:

Cryptography utilities including mnemonics, keypairs and base58-check encoding

38 lines (37 loc) 881 B
{ "name": "@helium/crypto", "version": "5.0.1", "description": "Cryptography utilities including mnemonics, keypairs and base58-check encoding", "keywords": [ "helium", "blockchain", "crypto" ], "contributors": [ "Andrew Allen <allenan@helium.com>" ], "homepage": "https://github.com/helium/helium-js", "license": "Apache-2.0", "main": "build/index.js", "module": "build/index.js", "files": [ "build" ], "publishConfig": { "access": "public" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1", "clean": "rimraf build", "build": "yarn run clean && tsc" }, "dependencies": { "@helium/address": "^5.0.1", "@noble/curves": "^1.9.2", "@noble/hashes": "^1.8.0" }, "devDependencies": { "@types/node": "^22.14.1" }, "gitHead": "f77fc8d5bbfbd41b793dc7b47d7f2393f1afaddf" }