{
  "name": "@turnkey/viem",
  "version": "0.14.25",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "default": "./dist/index.mjs"
    }
  },
  "types": "./dist/index.d.ts",
  "license": "Apache-2.0",
  "description": "Turnkey Helpers to work with Viem",
  "keywords": [
    "Turnkey",
    "Viem",
    "custom account",
    "account",
    "wallet",
    "signer"
  ],
  "author": {
    "name": "Turnkey",
    "url": "https://turnkey.com/"
  },
  "homepage": "https://github.com/tkhq/sdk",
  "bugs": {
    "url": "https://github.com/tkhq/sdk/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tkhq/sdk.git",
    "directory": "packages/viem"
  },
  "files": [
    "dist/",
    "CHANGELOG.md",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "viem": "^1.16.6 || ^2.24.2"
  },
  "dependencies": {
    "@noble/curves": "1.8.0",
    "@openzeppelin/contracts": "^5.0.2",
    "cross-fetch": "^4.0.0",
    "@turnkey/api-key-stamper": "0.6.2",
    "@turnkey/http": "3.17.0",
    "@turnkey/sdk-browser": "5.15.1",
    "@turnkey/core": "1.12.0",
    "@turnkey/sdk-server": "5.1.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.3",
    "jest": "^29.3.1",
    "typescript": "5.4.3",
    "viem": "^2.24.2"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "build": "rollup -c",
    "clean": "rimraf ./dist ./.cache",
    "test": "jest --detectOpenHandles",
    "anvil": "anvil",
    "typecheck": "tsc -p tsconfig.typecheck.json",
    "compile:contracts": "hardhat compile"
  }
}