@ledgerhq/hw-app-helium
Version:
Ledger Hardware Wallet Helium Application API
65 lines • 2.02 kB
JSON
{
"name": "@ledgerhq/hw-app-helium",
"version": "6.33.3",
"description": "Ledger Hardware Wallet Helium Application API",
"keywords": [
"Ledger",
"LedgerWallet",
"Helium",
"HNT",
"NanoS",
"NanoX",
"Hardware Wallet"
],
"repository": {
"type": "git",
"url": "https://github.com/LedgerHQ/ledger-live.git"
},
"bugs": {
"url": "https://github.com/LedgerHQ/ledger-live/issues"
},
"homepage": "https://github.com/LedgerHQ/ledger-live/tree/develop/libs/ledgerjs/packages/hw-app-helium",
"publishConfig": {
"access": "public"
},
"main": "lib/Helium.js",
"module": "lib-es/Helium.js",
"types": "lib/Helium.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@helium/address": "^4.6.2",
"@helium/proto": "^1.6.0",
"@helium/transactions": "^4.7.5",
"bignumber.js": "^9.1.2",
"bip32-path": "^0.4.2",
"long": "^5.2.0",
"@ledgerhq/errors": "^6.22.0",
"@ledgerhq/hw-transport": "^6.31.7"
},
"devDependencies": {
"@types/jest": "^29.5.10",
"@types/node": "^22.10.10",
"axios": "1.7.7",
"documentation": "14.0.2",
"jest": "^29.7.0",
"rimraf": "^4.4.1",
"source-map-support": "^0.5.21",
"ts-jest": "^29.1.1",
"ts-node": "^10.4.0",
"@ledgerhq/hw-transport-mocker": "^6.29.7",
"@ledgerhq/hw-transport-node-speculos": "^6.29.7"
},
"scripts": {
"clean": "rimraf lib lib-es",
"build": "tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es",
"coverage": "jest --coverage --passWithNoTests && mv coverage/coverage-final.json coverage/coverage-hw-app-helium.json",
"prewatch": "pnpm build",
"watch": "tsc --watch",
"watch:es": "tsc --watch -m esnext --moduleResolution bundler --outDir lib-es",
"doc": "documentation readme src/** --section=API --pe ts --re ts --re d.ts",
"lint": "eslint ./src --no-error-on-unmatched-pattern --ext .ts,.tsx --cache",
"lint:fix": "pnpm lint --fix",
"test": "jest",
"unimported": "unimported"
}
}