{
  "name": "@sanity/types",
  "version": "5.13.0",
  "description": "Type definitions for common Sanity data structures",
  "keywords": [
    "cms",
    "content",
    "headless",
    "realtime",
    "sanity",
    "types",
    "typescript"
  ],
  "homepage": "https://www.sanity.io/",
  "bugs": {
    "url": "https://github.com/sanity-io/sanity/issues"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sanity-io/sanity.git",
    "directory": "packages/@sanity/types"
  },
  "files": [
    "lib"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "exports": {
    ".": "./lib/index.js",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@sanity/client": "^7.15.0",
    "@sanity/media-library-types": "^1.2.0"
  },
  "devDependencies": {
    "@sanity/insert-menu": "3.0.4",
    "@sanity/pkg-utils": "^10.4.5",
    "@types/react": "^19.2.11",
    "@typescript/native-preview": "7.0.0-dev.20260112.1",
    "@vitejs/plugin-react": "^5.1.2",
    "eslint": "^9.39.2",
    "react": "^19.2.4",
    "rimraf": "^5.0.10",
    "vitest": "^4.0.18",
    "@repo/test-config": "5.13.0",
    "@repo/tsconfig": "5.13.0",
    "@repo/package.config": "5.13.0",
    "@repo/eslint-config": "5.13.0"
  },
  "peerDependencies": {
    "@types/react": "^19.2"
  },
  "scripts": {
    "build": "pkg-utils build --strict --check --clean",
    "check:types": "(cd ../../.. && tsgo --project packages/@sanity/types/tsconfig.lib.json --erasableSyntaxOnly)",
    "clean": "rimraf lib",
    "lint": "eslint .",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "watch": "pkg-utils watch"
  }
}