UNPKG

@ledgerhq/coin-tezos

Version:
125 lines 3.61 kB
{ "name": "@ledgerhq/coin-tezos", "version": "5.7.0", "description": "Tezos Coin integration", "keywords": [ "Ledger", "LedgerWallet", "tezos", "Tezos", "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-tezos", "publishConfig": { "access": "public" }, "typesVersions": { "*": { "lib/*": [ "lib/*" ], "lib-es/*": [ "lib-es/*" ], "specs": [ "lib/test/bot-specs" ], "*": [ "lib/*", "lib/bridge/*", "lib/signer/*", "lib/test/*", "lib/types/*" ] } }, "exports": { "./lib/*": "./lib/*.js", "./lib-es/*": "./lib-es/*.js", "./deviceTransactionConfig": { "require": "./lib/bridge/deviceTransactionConfig.js", "default": "./lib-es/bridge/deviceTransactionConfig.js" }, "./errors": { "require": "./lib/types/errors.js", "default": "./lib-es/types/errors.js" }, "./specs": { "require": "./lib/test/bot-specs.js", "default": "./lib-es/test/bot-specs.js" }, "./transaction": { "require": "./lib/bridge/transaction.js", "default": "./lib-es/bridge/transaction.js" }, "./*": { "require": "./lib/*.js", "default": "./lib-es/*.js" }, "./package.json": "./package.json" }, "license": "Apache-2.0", "dependencies": { "@taquito/ledger-signer": "^22.0.0", "@taquito/rpc": "^22.0.0", "@taquito/taquito": "^22.0.0", "@taquito/utils": "^22.0.0", "bignumber.js": "^9.1.2", "blake2b": "^2.1.4", "bs58check": "^3.0.1", "invariant": "^2.2.4", "lodash": "^4.17.21", "rxjs": "^7.8.1", "@ledgerhq/coin-framework": "^5.8.0", "@ledgerhq/cryptoassets": "^13.23.0", "@ledgerhq/errors": "^6.23.0", "@ledgerhq/live-network": "^2.0.13", "@ledgerhq/logs": "^6.13.0", "@ledgerhq/types-cryptoassets": "^7.24.0", "@ledgerhq/types-live": "^6.79.0", "@ledgerhq/devices": "8.4.8" }, "devDependencies": { "@faker-js/faker": "^8.4.1", "@taquito/local-forging": "21.0.3", "@types/blake2b": "^2.1.3", "@types/bs58check": "^2.1.2", "@types/invariant": "^2.2.37", "@types/jest": "^29.5.12", "@types/lodash": "^4.17.4", "jest": "^29.7.0", "msw": "^2.7.3", "ts-jest": "^29.1.4", "typescript": "^5.4.5", "@ledgerhq/disable-network-setup": "^0.0.0" }, "overrides": { "@taquito/ledger-signer": { "@ledgerhq/hw-transport": "../_EXCLUDED_" } }, "scripts": { "clean": "rimraf lib lib-es", "build": "tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es", "coverage": "jest --coverage || true", "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", "test-watch": "jest --watch", "test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand", "test-integ": "jest --config=jest.integ.config.js", "test-integ:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --config=jest.integ.config.js", "unimported": "unimported" } }