UNPKG

@ledgerhq/hw-app-celo

Version:
67 lines 1.98 kB
{ "name": "@ledgerhq/hw-app-celo", "version": "6.37.0", "description": "Ledger Hardware Wallet Celo Application API", "keywords": [ "Ledger", "LedgerWallet", "dot", "Celo", "NanoS", "Blue", "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/ledgerjs/packages/hw-app-Celo", "publishConfig": { "access": "public" }, "main": "lib/Celo.js", "module": "lib-es/Celo.js", "types": "lib/Celo.d.ts", "license": "Apache-2.0", "dependencies": { "@celo/connect": "^7.0.0", "@celo/contractkit": "^10.0.0", "@celo/utils": "^8.0.3", "@celo/wallet-base": "^8.0.0", "@celo/wallet-ledger": "^8.0.0", "bip32-path": "^0.4.2", "rlp": "^3.0.0", "semver": "7.7.3", "@ledgerhq/errors": "^6.29.0", "@ledgerhq/hw-app-eth": "^7.3.0", "@ledgerhq/hw-transport": "6.32.0" }, "devDependencies": { "@types/jest": "30.0.0", "@types/node": "^22.10.10", "documentation": "14.0.2", "jest": "30.2.0", "rimraf": "^4.4.1", "source-map-support": "^0.5.21", "@swc/jest": "0.2.39", "@swc/core": "1.15.8", "ts-node": "^10.4.0", "@ledgerhq/hw-transport-mocker": "^6.31.0" }, "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec", "scripts": { "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" } }