UNPKG

@ledgerhq/coin-tezos

Version:
103 lines 3.17 kB
{ "name": "@ledgerhq/coin-tezos", "version": "10.1.1", "description": "Tezos Coin integration", "keywords": [ "Ledger", "LedgerWallet", "tezos", "Tezos", "Hardware Wallet" ], "repository": { "type": "git", "url": "https://github.com/LedgerHQ/coin-modules.git" }, "bugs": { "url": "https://github.com/LedgerHQ/coin-modules/issues" }, "homepage": "https://github.com/LedgerHQ/coin-modules/tree/main/libs/coin-modules/coin-tezos", "publishConfig": { "access": "public" }, "typesVersions": { "*": { "lib/*": [ "lib/*" ], "lib-es/*": [ "lib-es/*" ], "*": [ "lib/*", "lib/test/*", "lib/types/*" ] } }, "exports": { "./lib/*": "./lib/*.js", "./lib-es/*": "./lib-es/*.js", "./errors": { "@ledgerhq/source": "./src/types/errors.ts", "require": "./lib/types/errors.js", "default": "./lib-es/types/errors.js" }, "./*": { "@ledgerhq/source": "./src/*.ts", "require": "./lib/*.js", "default": "./lib-es/*.js" }, ".": { "@ledgerhq/source": "./src/index.ts", "require": "./lib/index.js", "default": "./lib-es/index.js" }, "./package.json": "./package.json" }, "license": "Apache-2.0", "dependencies": { "@taquito/ledger-signer": "^23.0.0-RC.0", "@taquito/rpc": "^23.0.0-RC.0", "@taquito/taquito": "^23.0.0-RC.0", "@taquito/utils": "^23.0.0-RC.0", "@ledgerhq/coin-module-framework": "^8.1.0" }, "peerDependencies": { "@ledgerhq/live-network": "^3.0.0", "@ledgerhq/logs": "^6.17.0" }, "devDependencies": { "@swc/core": "1.15.11", "@swc/jest": "0.2.39", "@taquito/local-forging": "^23.0.0-RC.0", "@taquito/signer": "^23.0.0-RC.0", "@types/jest": "^30.0.0", "@types/node": "^24.0.0", "bn.js": "^5.1.0", "jest": "30.2.0", "oxfmt": "0.36.0", "oxlint": "1.51.0", "typescript": "6.0.2" }, "scripts": { "clean": "rimraf lib lib-es", "build": "tsc --project tsconfig.build.json && tsc --project tsconfig.build.json -m esnext --moduleResolution bundler --outDir lib-es", "coverage": "jest --coverage", "prewatch": "pnpm build", "watch": "tsc --watch --project tsconfig.build.json", "watch:es": "tsc --watch --project tsconfig.build.json -m esnext --moduleResolution bundler --outDir lib-es", "doc": "documentation readme src/** --section=API --pe ts --re ts --re d.ts", "lint": "oxlint src", "lint:fix": "oxfmt src && oxlint src --fix --quiet", "test": "jest", "test-watch": "jest --watch", "test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand", "test-integ": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --config=jest.integ.config.js", "test-integ:debug": "node --inspect-brk --experimental-vm-modules ./node_modules/jest/bin/jest.js --runInBand --config=jest.integ.config.js", "unimported": "knip --include=files,dependencies", "format": "oxfmt src", "format:check": "oxfmt src --check", "typecheck": "tsc --noEmit --customConditions node" } }