{
  "name": "enskit",
  "version": "1.16.0",
  "type": "module",
  "description": "The ENS toolkit for React applications",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/namehash/ensnode.git",
    "directory": "packages/enskit"
  },
  "homepage": "https://ensnode.io",
  "keywords": [
    "ENS",
    "ENSNode",
    "React",
    "Omnigraph"
  ],
  "files": [
    "dist"
  ],
  "exports": {
    "./react": {
      "types": "./dist/react/index.d.ts",
      "default": "./dist/react/index.js"
    },
    "./react/omnigraph": {
      "types": "./dist/react/omnigraph/index.d.ts",
      "default": "./dist/react/omnigraph/index.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "dependencies": {
    "@urql/core": "^6.0.0",
    "@urql/exchange-graphcache": "^9.0.0",
    "urql": "^5.0.1",
    "enssdk": "1.16.0"
  },
  "peerDependencies": {
    "gql.tada": "^1.8.10",
    "graphql": "^16",
    "react": "^18.0.0 || ^19.0.0",
    "viem": "^2"
  },
  "devDependencies": {
    "@types/react": "19.2.7",
    "gql.tada": "^1.8.10",
    "graphql": "^16.11.0",
    "react": "19.2.1",
    "tsup": "^8.3.6",
    "typescript": "^5.7.3",
    "viem": "^2.50.3",
    "vitest": "^4.1.0",
    "@ensnode/shared-configs": "1.16.0"
  },
  "scripts": {
    "prepublish": "tsup",
    "lint": "biome check --write .",
    "lint:ci": "biome ci",
    "test": "vitest",
    "typecheck": "tsgo --noEmit"
  }
}