@zondax/ledger-js
Version:
TS / Node API for apps running on Ledger devices
77 lines (76 loc) • 1.95 kB
JSON
{
"name": "@zondax/ledger-js",
"version": "1.3.1",
"description": "TS / Node API for apps running on Ledger devices",
"keywords": [
"Zondax",
"Ledger",
"Typescript",
"Javascript"
],
"homepage": "https://github.com/Zondax/ledger-js",
"bugs": {
"url": "https://github.com/Zondax/ledger-js/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zondax/ledger-js.git"
},
"license": "Apache-2.0",
"author": "Zondax AG",
"main": "./dist/index.js",
"types": "./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"
},
"resolutions": {
"glob": "^11.0.0"
},
"dependencies": {
"@ledgerhq/hw-transport": "6.31.9"
},
"devDependencies": {
"@ledgerhq/hw-transport-mocker": "^6.29.9",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/jest": "30.0.0",
"@types/node": "^24.3.0",
"@typescript-eslint/eslint-plugin": "^8.40.0",
"@typescript-eslint/parser": "^8.40.0",
"eslint": "^9.33.0",
"eslint-config-love": "^121.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-n": "^17.21.3",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-tsdoc": "^0.4.0",
"eslint-plugin-unused-imports": "^4.2.0",
"jest": "^30.0.5",
"prettier": "^3.6.2",
"sort-package-json": "^3.4.0",
"ts-jest": "^29.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
},
"volta": {
"node": "20.11.1",
"bun": "1.0.20"
},
"publishConfig": {
"access": "public"
},
"moduleDirectories": [
"node_modules",
"dist"
]
}