UNPKG

@zondax/ledger-mina-js

Version:

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

62 lines (61 loc) 1.67 kB
{ "name": "@zondax/ledger-mina-js", "version": "0.1.0", "description": "Node API for the Mina App (Ledger Nano S, S+, X, Stax and Flex)", "keywords": [ "Zondax", "Ledger", "Typescript", "Javascript", "Mina" ], "homepage": "https://github.com/zondax/ledger-mina-js", "bugs": { "url": "https://github.com/zondax/ledger-mina-js/issues" }, "repository": { "type": "git", "url": "git+https://github.com/zondax/ledger-mina-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/**", "README.md" ], "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": { "@zondax/ledger-js": "^1.0.1" }, "devDependencies": { "@ledgerhq/hw-transport-mocker": "^6.29.3", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/jest": "29.5.13", "@types/node": "^22.6.1", "@typescript-eslint/eslint-plugin": "^8.7.0", "@typescript-eslint/parser": "^8.7.0", "eslint": "^9.11.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.30.0", "eslint-plugin-tsdoc": "^0.3.0", "eslint-plugin-unused-imports": "^4.1.4", "prettier": "^3.3.3", "sort-package-json": "^2.10.1", "ts-jest": "^29.2.5", "typescript": "^5.6.2" }, "publishConfig": { "access": "public" } }