@zondax/ledger-stacks
Version:
Node API for Stacks App (Ledger Nano S+, X, Stax, Flex and Apex)
67 lines (66 loc) • 1.85 kB
JSON
{
"name": "@zondax/ledger-stacks",
"version": "1.2.0",
"description": "Node API for Stacks App (Ledger Nano S+, X, Stax, Flex and Apex)",
"keywords": [
"Zondax",
"Ledger",
"Typescript",
"Javascript",
"Stacks"
],
"homepage": "https://github.com/Zondax/ledger-stacks-js",
"bugs": {
"url": "https://github.com/Zondax/ledger-stacks-js/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zondax/ledger-stacks-js.git"
},
"license": "Apache-2.0",
"author": "Zondax AG",
"main": "./dist/index.js",
"types": "./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": "pnpm build && jest --passWithNoTests",
"upgrade": "pnpm dlx npm-check-updates -i"
},
"dependencies": {
"@ledgerhq/hw-transport": "^6.32.0",
"@stacks/transactions": "^7.3.1",
"varuint-bitcoin": "^2.0.0"
},
"devDependencies": {
"@blockstack/prettier-config": "^0.0.6",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/jest": "^30.0.0",
"@types/node": "^25.1.0",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"bip32": "^5.0.0",
"bip39": "^3.1.0",
"crypto-js": "^4.2.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-tsdoc": "^0.5.0",
"eslint-plugin-unused-imports": "^4.3.0",
"index.js": "^0.0.3",
"jest": "^30.2.0",
"prettier": "^3.8.1",
"sort-package-json": "^3.6.1",
"ts-jest": "^29.4.6",
"typescript": "^5.9.3"
},
"publishConfig": {
"access": "public"
}
}