{
  "name": "@fluent-wallet/hw-app-conflux",
  "version": "0.2.0",
  "description": "Ledger Hardware Wallet Conflux Application API",
  "keywords": [
    "Ledger",
    "LedgerWallet",
    "Conflux",
    "cfx",
    "NanoS",
    "Hardware Wallet"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Conflux-Chain/hw-app-conflux"
  },
  "bugs": {
    "url": "https://github.com/Conflux-Chain/hw-app-conflux/issues"
  },
  "homepage": "https://github.com/Conflux-Chain/hw-app-conflux",
  "publishConfig": {
    "access": "public"
  },
  "main": "lib/Conflux.js",
  "module": "lib-es/Conflux.js",
  "types": "lib/Conflux.d.ts",
  "files": [
    "lib/",
    "lib-es/",
    "src/",
    "CHANGELOG.md",
    "README.md"
  ],
  "license": "Apache-2.0",
  "dependencies": {
    "@ledgerhq/hw-transport": "^6.31.4",
    "bip32-path": "^0.4.2"
  },
  "devDependencies": {
    "@changesets/cli": "^2.27.9",
    "@ledgerhq/hw-transport-mocker": "^6.29.4",
    "js-conflux-sdk": "^2.4.11",
    "ts-jest": "^27.1.1",
    "ts-node": "^10.4.0",
    "typescript": "^4.5.2",
    "vitest": "^2.1.5"
  },
  "scripts": {
    "clean": "rm -rf lib/",
    "build": "tsc -p tsconfig.json && tsc -m ES6 --outDir lib-es",
    "changeset:publish": "changeset publish",
    "test": "vitest run"
  }
}