{
  "name": "@morpho-org/liquidity-sdk-viem",
  "description": "Viem-based package that helps seamlessly calculate the liquidity available through the PublicAllocator.",
  "version": "4.2.0",
  "author": "Morpho Association <contact@morpho.org>",
  "contributors": [
    "Rubilmax <rmilon@gmail.com>"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/morpho-org/sdks.git",
    "directory": "packages/liquidity-sdk-viem"
  },
  "homepage": "https://github.com/morpho-org/sdks",
  "bugs": {
    "url": "https://github.com/morpho-org/sdks/issues",
    "email": "contact@morpho.org"
  },
  "main": "./lib/cjs/index.js",
  "files": [
    "lib"
  ],
  "peerDependencies": {
    "@morpho-org/blue-sdk": "^6.0.0",
    "@morpho-org/blue-sdk-viem": "^5.0.0",
    "@morpho-org/morpho-sdk": "^5.4.0",
    "@morpho-org/morpho-ts": "^2.7.0",
    "dataloader": "^2.2.3",
    "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
    "graphql-request": "^6.1.0",
    "graphql-tag": "^2.12.6",
    "viem": "^2.0.0"
  },
  "devDependencies": {
    "@graphql-codegen/cli": "^7.2.0",
    "@graphql-codegen/import-types-preset": "^4.0.1",
    "@graphql-codegen/typescript": "^6.1.0",
    "@graphql-codegen/typescript-graphql-request": "^7.1.0",
    "@graphql-codegen/typescript-operations": "^6.1.2",
    "dataloader": "^2.2.3",
    "graphql": "^16.14.2",
    "nock": "^14.0.17",
    "typescript": "7.0.2",
    "viem": "^2.55.10",
    "vitest": "^4.1.10",
    "@morpho-org/blue-sdk": "^6.9.0",
    "@morpho-org/blue-sdk-viem": "^5.7.0",
    "@morpho-org/morpho-sdk": "^5.11.0",
    "@morpho-org/morpho-test": "^4.0.3",
    "@morpho-org/morpho-ts": "^2.13.0",
    "@morpho-org/test": "^2.10.0"
  },
  "type": "module",
  "scripts": {
    "prepublish": "pnpm build",
    "build": "tsc --noEmit && pnpm build:cjs && pnpm 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",
    "codegen": "graphql-codegen --config codegen.ts"
  },
  "types": "./lib/esm/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/esm/index.d.ts",
      "import": "./lib/esm/index.js",
      "require": "./lib/cjs/index.js"
    }
  }
}