{
  "name": "@powerhousedao/reactor-browser",
  "version": "6.1.0",
  "license": "AGPL-3.0-only",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/powerhouse-inc/powerhouse"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "source": "./index.ts",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./analytics": {
      "source": "./src/analytics/index.ts",
      "types": "./dist/src/analytics/index.d.ts",
      "import": "./dist/src/analytics/index.js"
    },
    "./graphql": {
      "source": "./src/graphql/client.ts",
      "types": "./dist/src/graphql/client.d.ts",
      "import": "./dist/src/graphql/client.js"
    },
    "./relational": {
      "source": "./src/relational/index.ts",
      "types": "./dist/src/relational/index.d.ts",
      "import": "./dist/src/relational/index.js"
    },
    "./renown": {
      "source": "./src/renown/index.ts",
      "types": "./dist/src/renown/index.d.ts",
      "import": "./dist/src/renown/index.js"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "@tanstack/react-query": "^5.49.2",
    "change-case": "5.4.4",
    "graphql-request": "7.4.0",
    "kysely": "0.28.16",
    "kysely-pglite-dialect": "1.2.0",
    "lodash.isequal": "^4.5.0",
    "luxon": "^3.6.1",
    "lz-string": "^1.5.0",
    "normalize-exception": "^4.0.1",
    "remeda": "2.33.7",
    "slug": "^11.0.0",
    "usehooks-ts": "^3.1.1",
    "zod": "4.3.6",
    "@powerhousedao/analytics-engine-browser": "6.1.0",
    "@powerhousedao/reactor": "6.1.0",
    "@powerhousedao/analytics-engine-core": "6.1.0",
    "@powerhousedao/reactor-drive": "6.1.0",
    "@powerhousedao/shared": "6.1.0",
    "@renown/sdk": "6.1.0",
    "document-model": "6.1.0"
  },
  "devDependencies": {
    "@electric-sql/pglite": "0.3.15",
    "@graphql-codegen/cli": "6.1.1",
    "@graphql-codegen/typescript": "5.0.7",
    "@graphql-codegen/typescript-graphql-request": "6.4.0",
    "@graphql-codegen/typescript-operations": "5.0.7",
    "@types/lodash.isequal": "^4.5.8",
    "@types/luxon": "^3.6.2",
    "@types/react": "19.2.14",
    "@types/react-dom": "19.2.3",
    "@types/slug": "^5.0.9",
    "@types/wicg-file-system-access": "^2020.9.8",
    "@vitejs/plugin-react": "6.0.1",
    "@vitest/browser": "4.1.1",
    "@vitest/browser-playwright": "4.1.1",
    "fast-deep-equal": "3.1.3",
    "graphql": "^16",
    "graphql-tag": "^2",
    "playwright": "1.60.0",
    "react": "19.2.6",
    "react-dom": "19.2.6",
    "tsdown": "0.21.1",
    "type-fest": "5.6.0",
    "viem": "~2.50.4",
    "vite": "8.0.8",
    "vitest": "4.1.1",
    "vitest-browser-react": "^1.0.1"
  },
  "peerDependencies": {
    "graphql": "^16",
    "graphql-tag": "^2",
    "react": ">=19.0.0",
    "react-dom": ">=19.0.0"
  },
  "scripts": {
    "tsc": "tsc",
    "lint": "eslint",
    "build": "tsdown",
    "test": "vitest --run",
    "install:playwright": "playwright install",
    "codegen": "graphql-codegen --config codegen.ts && prettier --write src/graphql/gen/*.ts && eslint --fix src/graphql/gen/*.ts --no-warn-ignored"
  }
}