UNPKG

@zondax/ledger-lisk

Version:

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

67 lines (66 loc) 1.5 kB
{ "name": "@zondax/ledger-lisk", "author": "Zondax AG", "license": "Apache-2.0", "version": "0.0.3", "description": "Node API for the Lisk App (Ledger Nano S/X/S+)", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "types": "./dist/index.d.ts", "homepage": "https://github.com/zondax/ledger-lisk", "repository": { "type": "git", "url": "git+https://github.com/zondax/ledger-lisk.git" }, "keywords": [ "Zondax", "Ledger", "Javascript", "Lisk" ], "scripts": { "build": "tsc" }, "bugs": { "url": "https://github.com/zondax/ledger-lisk/issues" }, "dependencies": { "@ledgerhq/hw-transport": "^6.27.1" }, "devDependencies": { "@ledgerhq/hw-transport-node-hid": "^6.27.12", "@types/node": "^20.5.4", "@typescript-eslint/eslint-plugin": "^6.4.1", "@typescript-eslint/parser": "^6.4.1", "eslint": "^8.31.0", "eslint-config-prettier": "^9.0.0", "eslint-config-standard-with-typescript": "^38.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-n": "^16.0.2", "eslint-plugin-promise": "^6.1.1", "prettier": "^3.0.2", "ts-node": "^10.9.1", "typescript": "^5.0.2" }, "moduleDirectories": [ "node_modules", "dist" ], "postcss": { "plugins": { "autoprefixer": {} } }, "browserslist": [ "> 1%", "last 2 versions" ], "files": [ "dist/*", "LICENSE", "yarn.lock" ], "publishConfig": { "access": "public" } }