{
  "name": "ees-sdk",
  "version": "1.0.1",
  "description": "SDK for EES (Ethereum Execution Service)",
  "main": "dist/src/index.js",
  "module": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist/src",
    "!dist/src/main.js"
  ],
  "scripts": {
    "build": "tsc",
    "test": "jest"
  },
  "keywords": [
    "automation",
    "ees",
    "typescript",
    "ethereum",
    "blockchain"
  ],
  "author": "Victor Brevig",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/victorbrevig/ees-sdk"
  },
  "bugs": {
    "url": "https://github.com/victorbrevig/ees-sdk/issues"
  },
  "homepage": "https://github.com/victorbrevig/ees-sdk#readme",
  "dependencies": {
    "dotenv": "^16.4.5",
    "ethers": "^6.12.2",
    "viem": "^2.21.22"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^20.12.13",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.4",
    "ts-node": "^10.9.2",
    "typescript": "^5.6.2"
  }
}
