{
  "name": "@sanity/sdk",
  "version": "2.8.0",
  "private": false,
  "description": "Sanity SDK",
  "keywords": [
    "sanity",
    "sdk",
    "content operating system",
    "cms",
    "headless",
    "realtime",
    "content"
  ],
  "homepage": "https://github.com/sanity-io/sdk/tree/main/packages/core/README.md",
  "bugs": {
    "url": "https://github.com/sanity-io/sdk/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sanity-io/sdk.git",
    "directory": "packages/core"
  },
  "license": "MIT",
  "author": "Sanity <developers@sanity.io>",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "source": "./src/_exports/index.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "browserslist": "extends @sanity/browserslist-config",
  "prettier": "@sanity/prettier-config",
  "dependencies": {
    "@sanity/bifur-client": "^0.4.1",
    "@sanity/client": "^7.14.1",
    "@sanity/comlink": "^3.0.4",
    "@sanity/diff-match-patch": "^3.2.0",
    "@sanity/diff-patch": "^6.0.0",
    "@sanity/id-utils": "^1.0.0",
    "@sanity/json-match": "^1.0.5",
    "@sanity/message-protocol": "^0.18.0",
    "@sanity/mutate": "^0.12.4",
    "@sanity/types": "^5.2.0",
    "groq": "3.88.1-typegen-experimental.0",
    "groq-js": "^1.19.0",
    "lodash-es": "^4.17.21",
    "reselect": "^5.1.1",
    "rxjs": "^7.8.2",
    "zustand": "^5.0.4"
  },
  "devDependencies": {
    "@sanity/browserslist-config": "^1.0.5",
    "@sanity/pkg-utils": "^8.1.29",
    "@sanity/prettier-config": "^1.0.6",
    "@types/lodash-es": "^4.17.12",
    "@vitest/coverage-v8": "3.2.4",
    "eslint": "^9.22.0",
    "prettier": "^3.7.3",
    "rollup-plugin-visualizer": "^5.14.0",
    "typescript": "^5.8.3",
    "vite": "^6.3.4",
    "vitest": "^3.2.4",
    "@repo/config-eslint": "0.0.0",
    "@repo/config-test": "0.0.1",
    "@repo/package.bundle": "3.82.0",
    "@repo/package.config": "0.0.1",
    "@repo/tsconfig": "0.0.1"
  },
  "engines": {
    "node": ">=20.19"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "pkg build --strict --clean --check",
    "build:bundle": "vite build --configLoader runner --config package.bundle.ts",
    "clean": "rimraf dist",
    "dev": "pkg watch",
    "docs": "typedoc --json docs/typedoc.json --tsconfig ./tsconfig.dist.json",
    "format": "prettier --write --cache --ignore-unknown .",
    "lint": "eslint .",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:watch": "vitest",
    "ts:check": "tsc --noEmit"
  }
}