{
  "name": "@sanity/workbench",
  "version": "0.1.0-alpha.44",
  "description": "Workbench component for the Sanity Content Operating System",
  "keywords": [],
  "homepage": "https://github.com/sanity-io/workbench/packages/@sanity/workbench#readme",
  "bugs": {
    "url": "https://github.com/sanity-io/workbench/issues"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sanity-io/workbench.git"
  },
  "files": [
    "dist",
    "src",
    "!src/**/*.test.ts",
    "!src/**/*.test.tsx",
    "!src/**/__tests__",
    "!src/**/__fixtures__*"
  ],
  "type": "module",
  "sideEffects": false,
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./_internal": "./dist/_internal.js",
    "./core": "./dist/core.js",
    "./system": "./dist/system.js",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@module-federation/runtime": "^2.8.2",
    "@sanity/client": "^7.26.2",
    "@sanity/color": "^3.0.8",
    "@sanity/telemetry": "^1.1.0",
    "es-toolkit": "^1.50.0",
    "rxjs": "^7.8.2",
    "verkit": "^0.3.2",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@sanity/pkg-utils": "^12.2.0",
    "@sanity/sdk": "3.0.0-rc.2",
    "typescript": "^7.0.2",
    "xstate": "^5.32.5",
    "@repo/oxc-config": "0.0.0",
    "@repo/tsconfig": "0.0.1"
  },
  "peerDependencies": {
    "@sanity/sdk": "^3.0.0-rc.2",
    "xstate": "^5.31.0"
  },
  "browserslist": "extends @sanity/browserslist-config",
  "engines": {
    "node": ">=20.19.1 <22 || >=22.12"
  },
  "scripts": {
    "build": "pkg build --strict --clean --check",
    "check:lint": "oxlint -c oxlint.config.ts",
    "check:lint:fix": "oxlint --fix -c oxlint.config.ts",
    "check:types": "tsc --noEmit"
  }
}