UNPKG

@zondax/ledger-cosmos-js

Version:

Node API for Cosmos App (Ledger Nano S/S+/X)

84 lines (83 loc) 2.23 kB
{ "name": "@zondax/ledger-cosmos-js", "version": "4.0.1", "description": "Node API for Cosmos App (Ledger Nano S/S+/X)", "keywords": [ "Ledger", "Typescript", "Tendermint", "Cosmos" ], "homepage": "https://github.com/Zondax/ledger-cosmos-js", "bugs": { "url": "https://github.com/Zondax/ledger-cosmos-js/issues" }, "repository": { "type": "git", "url": "git+https://github.com/cosmos/ledger-cosmos-js.git" }, "license": "Apache-2.0", "author": "Zondax AG", "main": "./dist/index.js", "types": "./dist/index.d.ts", "typings": "./dist/index.d.ts", "files": [ "dist/**", "LICENSE", "package.json" ], "scripts": { "build": "tsc", "format": "FORCE_COLOR=1 prettier --write . && sort-package-json", "format:check": "FORCE_COLOR=1 prettier --check .", "lint": "eslint .", "lint:fix": "eslint --fix .", "test": "yarn build && jest .", "upgrade": "bunx npm-check-updates -i" }, "dependencies": { "@ledgerhq/hw-transport": "6.31.4", "@noble/hashes": "^1.7.1", "@scure/base": "^1.2.4", "@zondax/ledger-js": "^1.2.0", "buffer": "^6.0.3", "ripemd160": "^2.0.2" }, "devDependencies": { "@ledgerhq/hw-transport-mocker": "^6.29.4", "@ledgerhq/hw-transport-node-hid": "^6.29.5", "@noble/curves": "^1.8.1", "@trivago/prettier-plugin-sort-imports": "^5.2.2", "@types/jest": "^29.5.14", "@types/node": "^22.14.0", "@typescript-eslint/eslint-plugin": "^8.29.1", "@typescript-eslint/parser": "^8.29.1", "bip32": "5.0.0-rc.0", "bip39": "3.1.0", "eslint": "^9.24.0", "eslint-config-prettier": "^10.1.2", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-tsdoc": "^0.4.0", "eslint-plugin-unused-imports": "^4.1.4", "jest": "^29.7.0", "jest-runner": "^29.7.0", "jest-serial-runner": "^1.2.1", "prettier": "^3.5.3", "sort-package-json": "^3.0.0", "ts-jest": "29.3.1", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "volta": { "node": "20.11.1", "bun": "1.0.20" }, "publishConfig": { "access": "public" }, "moduleDirectories": [ "node_modules", "dist" ] }