@zondax/ledger-polkadot
Version:
TS / Node API for Polkadot apps running on Ledger Nano S/S+/X and Stax
54 lines (53 loc) • 1.42 kB
JSON
{
"name": "@zondax/ledger-polkadot",
"author": "Zondax AG",
"license": "Apache-2.0",
"version": "0.16.0",
"description": "TS / Node API for Polkadot apps running on Ledger Nano S/S+/X and Stax",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/zondax/ledger-polkadot.git"
},
"keywords": [
"Ledger",
"Typescript",
"Substrate",
"Kusama",
"Polkadot"
],
"bugs": {
"url": "https://github.com/Zondax/ledger-polkadot/issues"
},
"homepage": "https://github.com/Zondax/ledger-polkadot",
"scripts": {
"build": "tsc",
"lint": "eslint --max-warnings=0 --ext .js,.ts src",
"lint:fix": "yarn run lint --fix",
"format": "prettier --write ."
},
"devDependencies": {
"@ledgerhq/hw-transport": "^6.30.1",
"@types/eslint": "^8.56.2",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"typescript": "5.2.2"
},
"files": [
"dist/**",
"LICENSE",
"package.json"
],
"publishConfig": {
"access": "public"
},
"packageManager": "yarn@4.0.2"
}