@citadeldao/hw-app-alamgu
Version:
Common ledgerJS routines for Alamgu apps
45 lines (44 loc) • 1.06 kB
JSON
{
"name": "@citadeldao/hw-app-alamgu",
"version": "0.1.0",
"description": "Common ledgerJS routines for Alamgu apps",
"main": "lib/Common.js",
"module": "lib-es/Common.js",
"types": "lib/Common.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && tsc -m ES6 --outDir lib-es",
"prepare": "tsc && tsc -m ES6 --outDir lib-es"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/alamgu/hw-app-alamgu.git"
},
"keywords": [
"Ledger",
"LedgerWallet",
"kda",
"Kadena",
"NanoS",
"Blue",
"Hardware Wallet"
],
"dependencies": {
"@ledgerhq/hw-transport": "^6.3.0",
"fast-sha256": "^1.3.0",
"typedoc": "^0.22.7"
},
"devDependencies": {
"@types/node": "^16.10.3",
"typescript": "^4.4.3"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/alamgu/hw-app-alamgu/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/alamgu/hw-app-alamgu#readme"
}