@nano/wallet
Version:
Enterprise Nano Wallet — Browser, Node.js & CLI. Zero external dependencies.
61 lines (60 loc) • 1.3 kB
JSON
{
"name": "@nano/wallet",
"version": "3.4.0",
"description": "Enterprise Nano Wallet — Browser, Node.js & CLI. Zero external dependencies.",
"main": "nano.js",
"module": "nano.mjs",
"exports": {
".": {
"import": "./nano.mjs",
"require": "./nano.js",
"default": "./nano.js"
}
},
"bin": {
"nano-wallet": "./bin/nano-wallet.js"
},
"files": [
"nano.js",
"nano.mjs",
"bin/"
],
"author": "nano2dev <support@nano.to>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:fwd/nano-js.git"
},
"homepage": "https://github.com/fwd/nano-js",
"bugs": {
"url": "https://github.com/fwd/nano-js/issues"
},
"scripts": {
"test": "node --test test/test-*.js test/test-esm.mjs",
"test:cjs": "node --test test/test-*.js",
"test:esm": "node --test test/test-esm.mjs",
"test:coverage": "node --test --experimental-test-coverage test/test-*.js test/test-esm.mjs"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"nano",
"nanocurrency",
"blockchain",
"wallet",
"rpc",
"non-custodial",
"xno",
"web3",
"offline",
"enterprise",
"currency",
"crypto",
"nanoto",
"nano2dev",
"cli",
"browser",
"zero-dependency"
]
}