{
  "name": "@sanity/types",
  "version": "5.23.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.21.0",
    "@sanity/media-library-types": "^1.4.0"
  },
  "devDependencies": {
    "@sanity/insert-menu": "3.0.5",
    "@sanity/pkg-utils": "^10.4.15",
    "@types/react": "^19.2.11",
    "@typescript/native-preview": "beta",
    "@vitejs/plugin-react": "^5.1.2",
    "eslint": "^9.39.2",
    "react": "^19.2.4",
    "rimraf": "^6.1.3",
    "vitest": "^4.1.4",
    "@repo/package.config": "5.23.0",
    "@repo/test-config": "5.23.0",
    "@repo/eslint-config": "5.23.0",
    "@repo/tsconfig": "5.23.0"
  },
  "peerDependencies": {
    "@types/react": "^19.2"
  },
  "browserslist": [
    "node >=20.19",
    "node >=22.12",
    "baseline 2024"
  ],
  "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"
  }
}