{
  "name": "hdwallet-tally",
  "version": "1.0.2",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc --build",
    "clean": "rm -rf dist tsconfig.tsbuildinfo",
    "prepublishOnly": "yarn clean && yarn build"
  },
  "dependencies": {
    "@metamask/detect-provider": "^1.2.0",
    "@metamask/onboarding": "^1.0.1",
    "@shapeshiftoss/hdwallet-core": "1.19.0",
    "lodash": "^4.17.21",
    "tallyho-onboarding": "^1.0.2"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.168",
    "typescript": "^4.3.2"
  }
}
