{
  "name": "zerodev-sdk",
  "version": "1.4.9",
  "description": "SDK for building consumer-friendly Web3 apps",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch"
  },
  "author": "ZeroDev, Inc.",
  "license": "MIT",
  "devDependencies": {
    "@types/debug": "^4.1.7",
    "ts-node": "^10.9.1",
    "typescript": "^4.8.3"
  },
  "dependencies": {
    "@account-abstraction/utils": "^0.2.3",
    "@ethersproject/shims": "^5.7.0",
    "@types/keccak": "^3.0.1",
    "@types/readable-stream": "^2.3.14",
    "buffer": "^6.0.3",
    "debug": "^4.3.4",
    "ethers": "^5.7.1"
  }
}
