mirror of
https://github.com/FlipsideCrypto/user_metrics.git
synced 2026-02-06 11:17:49 +00:00
26 lines
715 B
JSON
26 lines
715 B
JSON
{
|
|
"name": "convert-bech32-address",
|
|
"version": "1.0.4",
|
|
"description": "Zero dependancy bech32 address converter for node.js, including browser javascript version.",
|
|
"main": "convert-bech32-address.js",
|
|
"scripts": {
|
|
"test": "node example.js cosmos1r5qkmvn9hnv0pugejr73639w07d2mughnm7qxa juno"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jasbanza/convert-bech32-address.git"
|
|
},
|
|
"keywords": [
|
|
"bech32",
|
|
"derivation",
|
|
"browser",
|
|
"crypto"
|
|
],
|
|
"author": "jasbanza",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jasbanza/convert-bech32-address/issues"
|
|
},
|
|
"homepage": "https://github.com/jasbanza/convert-bech32-address#readme"
|
|
}
|