UNPKG

hw-app-kda

Version:

Ledger Hardware Wallet Kadena Application API

39 lines (38 loc) 843 B
{ "name": "hw-app-kda", "version": "0.0.0", "description": "Ledger Hardware Wallet Kadena Application API", "keywords": [ "Ledger", "LedgerWallet", "kda", "Kadena", "NanoS", "Blue", "Hardware Wallet" ], "repository": { "type": "git", "url": "git+https://github.com/obsidiansystems/hw-app-kda.git" }, "bugs": { "url": "https://github.com/obsidiansystems/hw-app-kda/issues" }, "homepage": "https://github.com/obsidiansystems/hw-app-kda#readme", "publishConfig": { "access": "public" }, "main": "lib/Kadena.js", "bin": { "kda-cli": "main.js" }, "module": "lib-es/Kadena.js", "types": "lib/Kadena.d.ts", "license": "Apache-2.0", "dependencies": { "@ledgerhq/hw-transport": "^6.3.0" }, "scripts": { "build": "tsc && tsc -m ES6 --outDir lib-es" } }