UNPKG

@zondax/ledger-filecoin

Version:

Node API for the Filecoin App (Ledger Nano S+, X, Stax and Flex)

68 lines (67 loc) 1.84 kB
{ "name": "@zondax/ledger-filecoin", "version": "3.0.0", "description": "Node API for the Filecoin App (Ledger Nano S+, X, Stax and Flex)", "keywords": [ "Zondax", "Ledger", "Typescript", "Javascript", "Filecoin" ], "homepage": "https://github.com/zondax/ledger-filecoin-js", "bugs": { "url": "https://github.com/zondax/ledger-filecoin-js/issues" }, "repository": { "type": "git", "url": "git+https://github.com/zondax/ledger-filecoin-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/**" ], "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": "^10.4.0" }, "dependencies": { "@ledgerhq/hw-app-eth": "6.45.10", "@zondax/ledger-js": "^1.2.0", "varint": "^6.0.0" }, "devDependencies": { "@ledgerhq/hw-transport-mocker": "^6.29.7", "@trivago/prettier-plugin-sort-imports": "^5.2.2", "@types/jest": "30.0.0", "@types/node": "^24.0.13", "@types/varint": "^6.0.3", "@typescript-eslint/eslint-plugin": "^8.36.0", "@typescript-eslint/parser": "^8.36.0", "eslint": "^9.30.1", "eslint-config-prettier": "^10.1.5", "eslint-plugin-import": "^2.32.0", "eslint-plugin-tsdoc": "^0.4.0", "eslint-plugin-unused-imports": "^4.1.4", "jest": "^30.0.4", "prettier": "^3.6.2", "sort-package-json": "^3.4.0", "ts-jest": "^29.4.0", "typescript": "^5.8.3" }, "publishConfig": { "access": "public" } }