UNPKG

@ledgerhq/hw-app-icon

Version:

Ledger Hardware Wallet ICON Application API

59 lines 1.82 kB
{ "name": "@ledgerhq/hw-app-icon", "version": "1.3.0", "description": "Ledger Hardware Wallet ICON Application API", "keywords": [ "Ledger", "LedgerWallet", "icx", "Icon", "NanoS", "Blue", "Hardware Wallet" ], "repository": { "type": "git", "url": "https://github.com/LedgerHQ/ledger-live" }, "bugs": { "url": "https://github.com/LedgerHQ/ledger-live/issues" }, "homepage": "https://github.com/LedgerHQ/ledger-live", "publishConfig": { "access": "public" }, "main": "lib/Icon.js", "module": "lib-es/Icon.js", "types": "lib/Icon.d.ts", "license": "Apache-2.0", "dependencies": { "bip32-path": "^0.4.2", "@ledgerhq/errors": "^6.19.1", "@ledgerhq/hw-transport": "^6.31.4" }, "devDependencies": { "@types/jest": "^29.5.10", "@types/node": "^22.10.10", "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", "jest-sonar": "0.2.16", "@ledgerhq/hw-transport-mocker": "^6.29.4", "@ledgerhq/hw-transport-node-speculos": "^6.29.4" }, "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-icon.json && mv coverage/lcov.info coverage/hw-app-icon-lcov.info", "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", "lint:fix": "pnpm lint --fix", "test": "jest" } }