@ledgerhq/coin-algorand
Version:
Ledger Algorand Coin integration
87 lines • 2.36 kB
JSON
{
"name": "@ledgerhq/coin-algorand",
"version": "0.16.0",
"description": "Ledger Algorand Coin integration",
"keywords": [
"Ledger",
"LedgerWallet",
"algo",
"Algorand",
"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/coin-modules/coin-algorand",
"publishConfig": {
"access": "public"
},
"typesVersions": {
"*": {
"lib/*": [
"lib/*"
],
"lib-es/*": [
"lib-es/*"
],
"*": [
"lib/*"
]
}
},
"exports": {
"./lib/*": "./lib/*.js",
"./lib-es/*": "./lib-es/*.js",
"./*": {
"require": "./lib/*.js",
"default": "./lib-es/*.js"
},
"./package.json": "./package.json"
},
"license": "Apache-2.0",
"dependencies": {
"algo-msgpack-with-bigint": "^2.1.1",
"algosdk": "1.13.1",
"bignumber.js": "^9.1.2",
"expect": "30.2.0",
"invariant": "^2.2.2",
"lodash": "^4.17.21",
"prando": "^6.0.1",
"rxjs": "7.8.2",
"@ledgerhq/coin-framework": "^6.13.0",
"@ledgerhq/cryptoassets": "^13.37.0",
"@ledgerhq/devices": "8.10.0",
"@ledgerhq/errors": "^6.29.0",
"@ledgerhq/live-env": "^2.25.0",
"@ledgerhq/live-network": "^2.2.0",
"@ledgerhq/live-promise": "^0.2.0",
"@ledgerhq/types-cryptoassets": "^7.32.0",
"@ledgerhq/types-live": "^6.93.0"
},
"devDependencies": {
"@types/invariant": "^2.2.2",
"@types/jest": "30.0.0",
"@types/lodash": "^4.14.191",
"jest": "30.2.0",
"@swc/jest": "0.2.39",
"@swc/core": "1.15.8",
"@ledgerhq/disable-network-setup": "^0.2.0"
},
"scripts": {
"clean": "rimraf lib lib-es",
"build": "tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es",
"coverage": "jest --coverage",
"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"
}
}