UNPKG

@ledgerhq/coin-tester

Version:
70 lines 1.73 kB
{ "name": "@ledgerhq/coin-tester", "version": "0.9.0", "description": "Deterministic testing of Ledger coin-modules", "license": "Apache-2.0", "dependencies": { "axios": "1.7.7", "chalk": "^4.1.2", "docker-compose": "^1.1.0", "lodash": "^4.17.21", "rxjs": "7.8.1", "@ledgerhq/hw-transport-node-speculos-http": "^6.29.9", "@ledgerhq/types-devices": "^6.26.0" }, "devDependencies": { "@types/jest": "^28.1.8", "@types/node": "^22.10.10", "jest": "^28.1.3", "ts-jest": "^28.0.8", "typescript": "^5.1.3", "@ledgerhq/types-cryptoassets": "^7.25.0", "@ledgerhq/types-live": "^6.81.0" }, "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" }, "keywords": [ "Ledger", "LedgerWallet", "evm", "Ethereum", "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-tester", "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", "lint": "eslint .", "lint:fix": "pnpm lint --fix" } }