UNPKG

@zondax/ledger-js

Version:

TS / Node API for apps running on Ledger devices

74 lines (73 loc) 1.92 kB
{ "name": "@zondax/ledger-js", "version": "1.3.0", "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" }, "dependencies": { "@ledgerhq/hw-transport": "6.31.4" }, "devDependencies": { "@ledgerhq/hw-transport-mocker": "^6.28.6", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/jest": "29.5.14", "@types/node": "^22.4.1", "@typescript-eslint/eslint-plugin": "^8.1.0", "@typescript-eslint/parser": "^8.14.0", "eslint": "^9.4.0", "eslint-config-prettier": "^9.1.0", "eslint-config-standard-with-typescript": "^43.0.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^17.8.1", "eslint-plugin-promise": "^7.1.0", "eslint-plugin-tsdoc": "^0.3.0", "eslint-plugin-unused-imports": "^4.0.0", "jest": "^30.0.5", "prettier": "^3.3.2", "sort-package-json": "^2.10.1", "ts-jest": "^29.4.0", "ts-node": "^10.9.2", "typescript": "^5.4.5" }, "volta": { "node": "20.11.1", "bun": "1.0.20" }, "publishConfig": { "access": "public" }, "moduleDirectories": [ "node_modules", "dist" ] }