@zondax/ledger-substrate
Version:
TS / Node API for Substrate/Polkadot based apps running on Ledger devices
81 lines (80 loc) • 2.24 kB
JSON
{
"name": "@zondax/ledger-substrate",
"version": "2.1.2",
"description": "TS / Node API for Substrate/Polkadot based apps running on Ledger devices",
"keywords": [
"Ledger",
"Typescript",
"Substrate",
"Kusama",
"Polkadot"
],
"homepage": "https://github.com/Zondax/ledger-substrate-js",
"bugs": {
"url": "https://github.com/Zondax/ledger-substrate-js/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zondax/ledger-substrate-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",
"README.md"
],
"scripts": {
"build": "tsc",
"format": "FORCE_COLOR=1 prettier --write . && sort-package-json",
"format:check": "FORCE_COLOR=1 prettier --check . && sort-package-json -c",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "pnpm build && jest --passWithNoTests .",
"upgrade": "pnpm dlx npm-check-updates -i"
},
"dependencies": {
"@ledgerhq/hw-transport": "6.31.15",
"@zondax/ledger-js": "^1.3.1",
"axios": "^1.13.2",
"buffer": "^6.0.3"
},
"devDependencies": {
"@ledgerhq/hw-transport-mocker": "^6.30.0",
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
"@types/jest": "30.0.0",
"@types/node": "^25.0.3",
"@typescript-eslint/eslint-plugin": "^8.51.0",
"@typescript-eslint/parser": "^8.51.0",
"bip32": "^5.0.0",
"bip32-ed25519": "https://github.com/Zondax/bip32-ed25519",
"bip39": "^3.1.0",
"blakejs": "^1.2.1",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-tsdoc": "^0.5.0",
"eslint-plugin-unused-imports": "^4.3.0",
"jest": "^30.2.0",
"jest-runner": "^30.2.0",
"jest-serial-runner": "^1.2.2",
"prettier": "^3.7.4",
"sort-package-json": "^3.6.0",
"ts-jest": "29.4.6",
"typescript": "5.9.3"
},
"optionalDependencies": {
"@ledgerhq/hw-transport-node-hid": "^6.29.16"
},
"publishConfig": {
"access": "public"
},
"moduleDirectories": [
"node_modules",
"dist"
]
}