@ledgerhq/coin-icon
Version:
Ledger Icon Coin integration
87 lines • 2.35 kB
JSON
{
"name": "@ledgerhq/coin-icon",
"version": "0.16.0",
"description": "Ledger Icon Coin integration",
"keywords": [
"Ledger",
"LedgerWallet",
"icx",
"Icon",
"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-icon",
"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": {
"@faker-js/faker": "^8.4.1",
"bignumber.js": "^9.1.2",
"expect": "^27.4.6",
"icon-sdk-js": "1.5.2",
"invariant": "^2.2.2",
"lodash": "^4.17.21",
"prando": "^6.0.1",
"rxjs": "7.8.2",
"@ledgerhq/coin-framework": "^6.11.0",
"@ledgerhq/cryptoassets": "^13.35.0",
"@ledgerhq/devices": "8.8.0",
"@ledgerhq/errors": "^6.28.0",
"@ledgerhq/live-env": "^2.23.0",
"@ledgerhq/live-network": "^2.1.4",
"@ledgerhq/live-promise": "^0.1.1",
"@ledgerhq/logs": "^6.13.0",
"@ledgerhq/types-cryptoassets": "^7.31.0",
"@ledgerhq/types-live": "^6.91.0"
},
"devDependencies": {
"@types/invariant": "^2.2.2",
"@types/jest": "^29.5.10",
"@types/lodash": "^4.14.191",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@ledgerhq/disable-network-setup": "^0.1.0"
},
"scripts": {
"coverage": "jest --coverage",
"clean": "rimraf lib lib-es",
"build": "tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es",
"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"
}
}