|
| 1 | +{ |
| 2 | + "name": "@ledgerhq/coin-cardano", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "Ledger Cardano Coin integration", |
| 5 | + "keywords": [ |
| 6 | + "Ledger", |
| 7 | + "LedgerWallet", |
| 8 | + "ada", |
| 9 | + "Cardano", |
| 10 | + "Hardware Wallet" |
| 11 | + ], |
| 12 | + "repository": { |
| 13 | + "type": "git", |
| 14 | + "url": "https://github.com/LedgerHQ/ledger-live.git" |
| 15 | + }, |
| 16 | + "bugs": { |
| 17 | + "url": "https://github.com/LedgerHQ/ledger-live/issues" |
| 18 | + }, |
| 19 | + "homepage": "https://github.com/LedgerHQ/ledger-live/tree/develop/libs/coin-modules/coin-cardano", |
| 20 | + "publishConfig": { |
| 21 | + "access": "public" |
| 22 | + }, |
| 23 | + "typesVersions": { |
| 24 | + "*": { |
| 25 | + "lib/*": [ |
| 26 | + "lib/*" |
| 27 | + ], |
| 28 | + "lib-es/*": [ |
| 29 | + "lib-es/*" |
| 30 | + ], |
| 31 | + "bridge": [ |
| 32 | + "lib/bridge/index" |
| 33 | + ], |
| 34 | + "*": [ |
| 35 | + "lib/*" |
| 36 | + ] |
| 37 | + } |
| 38 | + }, |
| 39 | + "exports": { |
| 40 | + "./lib/*": "./lib/*.js", |
| 41 | + "./lib-es/*": "./lib-es/*.js", |
| 42 | + "./bridge": { |
| 43 | + "require": "./lib/bridge/index.js", |
| 44 | + "default": "./lib-es/bridge/index.js" |
| 45 | + }, |
| 46 | + "./*": { |
| 47 | + "require": "./lib/*.js", |
| 48 | + "default": "./lib-es/*.js" |
| 49 | + }, |
| 50 | + "./package.json": "./package.json" |
| 51 | + }, |
| 52 | + "license": "Apache-2.0", |
| 53 | + "dependencies": { |
| 54 | + "@ledgerhq/coin-framework": "workspace:^", |
| 55 | + "@ledgerhq/cryptoassets": "workspace:^", |
| 56 | + "@ledgerhq/devices": "workspace:^", |
| 57 | + "@ledgerhq/errors": "workspace:^", |
| 58 | + "@ledgerhq/live-env": "workspace:^", |
| 59 | + "@ledgerhq/live-network": "workspace:^", |
| 60 | + "@ledgerhq/logs": "workspace:^", |
| 61 | + "@ledgerhq/types-cryptoassets": "workspace:^", |
| 62 | + "@ledgerhq/types-live": "workspace:^", |
| 63 | + "@stricahq/bip32ed25519": "^1.0.3", |
| 64 | + "@stricahq/typhonjs": "^1.2.6", |
| 65 | + "bech32": "^1.1.3", |
| 66 | + "bignumber.js": "^9.1.2", |
| 67 | + "expect": "^27.4.6", |
| 68 | + "invariant": "^2.2.2", |
| 69 | + "lodash": "^4.17.21", |
| 70 | + "rxjs": "^7.8.1" |
| 71 | + }, |
| 72 | + "devDependencies": { |
| 73 | + "@types/invariant": "^2.2.2", |
| 74 | + "@types/jest": "^29.5.10", |
| 75 | + "@types/lodash": "^4.14.191", |
| 76 | + "jest": "^29.7.0", |
| 77 | + "ts-jest": "^29.1.1" |
| 78 | + }, |
| 79 | + "scripts": { |
| 80 | + "clean": "rimraf lib lib-es", |
| 81 | + "build": "tsc && tsc -m ES6 --outDir lib-es", |
| 82 | + "coverage": "jest --coverage --testPathIgnorePatterns='/bridge.integration.test.ts|node_modules|lib-es|lib/' --passWithNoTests && mv coverage/coverage-final.json coverage/coverage-cardano.json", |
| 83 | + "prewatch": "pnpm build", |
| 84 | + "watch": "tsc --watch", |
| 85 | + "doc": "documentation readme src/** --section=API --pe ts --re ts --re d.ts", |
| 86 | + "lint": "eslint ./src --no-error-on-unmatched-pattern --ext .ts,.tsx --cache", |
| 87 | + "lint:fix": "pnpm lint --fix", |
| 88 | + "test": "jest", |
| 89 | + "unimported": "unimported" |
| 90 | + } |
| 91 | +} |
0 commit comments