{
  "name": "@morpho-org/migration-sdk-viem",
  "description": "Viem-based extension of `@morpho-org/simulation-sdk` that exports utilities to build migration bundles to migrate lending positions (on aave, compound, morpho-aaveV3-optimizer, ...) to the morpho protocol.",
  "version": "3.0.3",
  "author": "Morpho Association <contact@morpho.org>",
  "contributors": [
    "oumar-fall"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/morpho-org/sdks.git",
    "directory": "packages/migration-sdk-viem"
  },
  "homepage": "https://github.com/morpho-org/sdks",
  "bugs": {
    "url": "https://github.com/morpho-org/sdks/issues",
    "email": "contact@morpho.org"
  },
  "license": "MIT",
  "type": "module",
  "main": "src/index.ts",
  "files": [
    "DEPRECATION.md",
    "lib"
  ],
  "peerDependencies": {
    "@morpho-org/blue-sdk": "^6.0.0",
    "@morpho-org/blue-sdk-viem": "^5.0.0",
    "@morpho-org/bundler-sdk-viem": "^5.0.0",
    "@morpho-org/morpho-ts": "^2.5.1",
    "@morpho-org/simulation-sdk": "^4.0.0",
    "viem": "^2.0.0"
  },
  "devDependencies": {
    "@types/lodash": "^4.17.24",
    "lodash": "^4.18.1",
    "typescript": "^6.0.3",
    "viem": "^2.50.4",
    "vitest": "^4.1.7",
    "@morpho-org/blue-sdk": "^6.1.0",
    "@morpho-org/blue-sdk-viem": "^5.1.0",
    "@morpho-org/bundler-sdk-viem": "^5.0.3",
    "@morpho-org/morpho-test": "^4.0.1",
    "@morpho-org/morpho-ts": "^2.6.0",
    "@morpho-org/simulation-sdk": "^4.0.3",
    "@morpho-org/simulation-sdk-wagmi": "^5.0.3",
    "@morpho-org/test": "^2.8.1",
    "@morpho-org/test-wagmi": "^3.0.3"
  },
  "scripts": {
    "prepublish": "$npm_execpath build",
    "build": "tsc --noEmit && $npm_execpath build:cjs && $npm_execpath build:esm",
    "build:cjs": "tsc --build tsconfig.build.cjs.json && echo '{\"type\":\"commonjs\"}' > lib/cjs/package.json",
    "build:esm": "tsc --build tsconfig.build.esm.json && echo '{\"type\":\"module\"}' > lib/esm/package.json"
  },
  "exports": {
    ".": {
      "types": "./lib/esm/index.d.ts",
      "import": "./lib/esm/index.js",
      "require": "./lib/cjs/index.js"
    }
  }
}