UNPKG

@zondax/ledger-filecoin

Version:

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

70 lines (69 loc) 2.03 kB
{ "name": "@zondax/ledger-filecoin", "version": "3.0.9", "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/types/index.d.ts", "files": [ "dist/**" ], "scripts": { "build": "rm -rf dist && rollup -c rollup.config.mjs", "format": "FORCE_COLOR=1 prettier --write . && sort-package-json", "format:check": "FORCE_COLOR=1 prettier --check .", "lint": "eslint .", "lint:fix": "eslint --fix .", "test": "pnpm build && jest --passWithNoTests", "upgrade": "pnpm dlx npm-check-updates -i" }, "dependencies": { "@ledgerhq/hw-transport": "6.32.0", "@zondax/ledger-js": "^1.3.1", "varint": "^6.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^29.0.2", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-typescript": "^12.3.0", "@trivago/prettier-plugin-sort-imports": "^6.0.2", "@types/jest": "30.0.0", "@types/node": "^25.3.0", "@types/varint": "^6.0.3", "@typescript-eslint/eslint-plugin": "^8.56.1", "@typescript-eslint/parser": "^8.56.1", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "^2.32.0", "eslint-plugin-tsdoc": "^0.5.2", "eslint-plugin-unused-imports": "^4.4.1", "jest": "^30.4.2", "prettier": "^3.8.3", "rollup": "^4.59.0", "rollup-plugin-dts": "^6.4.1", "sort-package-json": "^3.6.1", "ts-jest": "^29.4.11", "tslib": "^2.8.1", "typescript": "^5.9.3" }, "publishConfig": { "access": "public" } }