UNPKG

@zondax/ledger-filecoin

Version:

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

72 lines (71 loc) 2.05 kB
{ "name": "@zondax/ledger-filecoin", "version": "3.0.6", "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": "yarn build && jest", "upgrade": "bunx npm-check-updates -i" }, "dependencies": { "@zondax/ledger-js": "^1.3.1", "strip-ansi": "^6.0.1", "string-width": "^4.2.3", "wrap-ansi": "^7.0.0", "varint": "^6.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^29.0.0", "@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.0", "@types/jest": "30.0.0", "@types/node": "^24.10.1", "@types/varint": "^6.0.3", "@typescript-eslint/eslint-plugin": "^8.46.4", "@typescript-eslint/parser": "^8.46.4", "eslint": "^9.39.1", "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "^2.32.0", "eslint-plugin-tsdoc": "^0.5.0", "eslint-plugin-unused-imports": "^4.3.0", "jest": "^30.2.0", "prettier": "^3.6.2", "rollup": "^4.53.3", "rollup-plugin-dts": "^6.3.0", "sort-package-json": "^3.4.0", "ts-jest": "^29.4.5", "tslib": "^2.8.1", "typescript": "^5.9.3" }, "publishConfig": { "access": "public" } }