UNPKG

@ledgerhq/coin-ton

Version:
90 lines 2.43 kB
{ "name": "@ledgerhq/coin-ton", "version": "0.13.5", "description": "Ton Coin integration", "keywords": [ "Ledger", "LedgerWallet", "ton", "Ton", "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-ton", "publishConfig": { "access": "public" }, "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" }, "license": "Apache-2.0", "dependencies": { "@ton/core": "^0.60.1", "@ton/crypto": "^3.3.0", "@ton/ton": "^15.2.1", "bignumber.js": "^9.1.2", "expect": "^27.4.6", "imurmurhash": "^0.1.4", "invariant": "^2.2.2", "lodash": "^4.17.21", "msw": "^2.0.11", "rxjs": "^7.8.1", "@ledgerhq/coin-framework": "^6.0.0", "@ledgerhq/cryptoassets": "^13.24.0", "@ledgerhq/devices": "8.4.8", "@ledgerhq/errors": "^6.23.0", "@ledgerhq/live-env": "^2.13.0", "@ledgerhq/live-network": "^2.0.14", "@ledgerhq/logs": "^6.13.0", "@ledgerhq/types-cryptoassets": "^7.25.0", "@ledgerhq/types-live": "^6.80.0" }, "devDependencies": { "@types/imurmurhash": "^0.1.4", "@types/invariant": "^2.2.2", "@types/jest": "^29.5.10", "@types/lodash": "^4.14.191", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@ledgerhq/disable-network-setup": "^0.0.0" }, "scripts": { "clean": "rimraf lib lib-es", "coverage": "jest --coverage", "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", "prettier": "prettier --write 'src/**/*.?s'", "test": "jest", "unimported": "unimported" } }