{
  "name": "@keystonehq/eth-keyring",
  "version": "0.23.1",
  "description": "eth-keyring interact with keystone",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "author": "soralit <soralitria@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "@keystonehq/base-eth-keyring": "^0.14.1",
    "@keystonehq/bc-ur-registry-eth": "^0.19.1",
    "@keystonehq/sdk": "^0.19.2",
    "bs58check": "^2.1.2",
    "ethereumjs-util": "^7.0.8",
    "hdkey": "^2.0.1",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.15.0",
    "@types/bs58check": "^2.1.0",
    "@types/hdkey": "2.0.0",
    "@types/uuid": "^8.3.1",
    "tsdx": "^0.14.1",
    "typescript": "^4.6.2"
  },
  "gitHead": "83d8e223d29e5cc71dccc963388d65a87c894636",
  "scripts": {
    "clean": "rm -rf ./dist",
    "start": "tsdx watch",
    "build": "tsdx build"
  }
}