UNPKG

@ledgerhq/swift-bridge-hw-app-eth

Version:

Package to facilitate bundling hw-app-eth in the EthWrapper Swift package

57 lines 1.62 kB
{ "name": "@ledgerhq/swift-bridge-hw-app-eth", "version": "1.2.41", "description": "Package to facilitate bundling hw-app-eth in the EthWrapper Swift package", "keywords": [ "Ledger", "LedgerWallet", "NanoX", "Stax", "Hardware Wallet", "bluetooth", "swift", "ios" ], "repository": { "type": "git", "url": "https://github.com/LedgerHQ/ledger-live" }, "bugs": { "url": "https://github.com/LedgerHQ/ledger-live/issues" }, "homepage": "https://github.com/LedgerHQ/ledger-live", "publishConfig": { "access": "public" }, "main": "lib/Wrapper.js", "module": "lib-es/Wrapper.js", "types": "lib/Wrapper.d.ts", "license": "Apache-2.0", "dependencies": { "@ledgerhq/hw-app-eth": "^6.45.14", "@ledgerhq/swift-bridge-hw-transport-ble": "^1.2.8" }, "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec", "devDependencies": { "@types/jest": "^29.5.10", "@types/node": "^22.10.10", "documentation": "14.0.2", "jest": "^29.7.0", "rimraf": "^4.4.1", "source-map-support": "^0.5.21", "ts-jest": "^29.1.1", "ts-node": "^10.4.0" }, "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 ./src --no-error-on-unmatched-pattern --ext .ts,.tsx --cache", "lint:fix": "pnpm lint --fix", "test": "jest", "coverage": "jest --coverage", "unimported": "unimported" } }