{ "name": "ledger", "version": "1.0.0", "description": "Ledger integration", "main": "index.js", "repository": "github.com/xx-labs/scripts/ledger", "author": "xx labs", "license": "MIT", "scripts": { "start": "node index.js" }, "dependencies": { "@ledgerhq/hw-transport-node-hid": "^6.24.1", "@polkadot/api": "^7.15.1", "@zondax/ledger-substrate": "^0.25.0", "dotenv": "^16.0.0" } }