UNPKG

@ledgerhq/coin-tester

Version:
71 lines 1.77 kB
{ "name": "@ledgerhq/coin-tester", "version": "0.14.0", "description": "Deterministic testing of Ledger coin-modules", "license": "Apache-2.0", "dependencies": { "@ledgerhq/speculos-device-controller": "0.2.0", "axios": "1.12.2", "chalk": "^4.1.2", "docker-compose": "^1.1.0", "lodash": "^4.17.21", "rxjs": "7.8.2", "@ledgerhq/live-dmk-speculos": "^0.3.0", "@ledgerhq/types-devices": "^6.27.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.31.0", "@ledgerhq/types-live": "^6.91.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" } }