@zondax/ledger-substrate
Version:
TS / Node API for Substrate/Polkadot based apps running on Ledger devices
87 lines (86 loc) • 2.38 kB
JSON
{
"name": "@zondax/ledger-substrate",
"version": "1.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 .",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "yarn build && jest .",
"upgrade": "bunx npm-check-updates -i"
},
"dependencies": {
"@ledgerhq/hw-transport": "6.31.4",
"@zondax/ledger-js": "^1.2.0",
"axios": "^1.8.4"
},
"devDependencies": {
"@ledgerhq/hw-transport-mocker": "^6.29.4",
"@ledgerhq/hw-transport-node-hid": "^6.29.5",
"@noble/curves": "^1.8.2",
"@swc/core": "^1.11.21",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/jest": "29.5.14",
"@types/node": "^22.14.1",
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"bip32": "^5.0.0-rc.0",
"bip32-ed25519": "https://github.com/Zondax/bip32-ed25519",
"bip39": "^3.1.0",
"blakejs": "^1.2.1",
"eslint": "^9.25.0",
"eslint-config-prettier": "^10.1.2",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.17.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.4",
"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"
]
}