{
  "name": "@sanity/schema",
  "version": "3.92.0",
  "description": "",
  "keywords": [
    "sanity",
    "cms",
    "headless",
    "realtime",
    "content",
    "schema"
  ],
  "homepage": "https://www.sanity.io/",
  "bugs": {
    "url": "https://github.com/sanity-io/sanity/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sanity-io/sanity.git",
    "directory": "packages/@sanity/schema"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "sideEffects": false,
  "type": "commonjs",
  "exports": {
    ".": {
      "source": "./src/_exports/index.ts",
      "import": "./lib/index.mjs",
      "require": "./lib/index.js",
      "default": "./lib/index.js"
    },
    "./_internal": {
      "source": "./src/_exports/_internal.ts",
      "import": "./lib/_internal.mjs",
      "require": "./lib/_internal.js",
      "default": "./lib/_internal.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./lib/index.js",
  "module": "./lib/index.mjs",
  "types": "./lib/index.d.ts",
  "typesVersions": {
    "*": {
      "_internal": [
        "./lib/_internal.d.ts"
      ]
    }
  },
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "build": "pnpm clean && pkg-utils build --strict --check --clean",
    "check:types": "tsc --project tsconfig.lib.json",
    "clean": "rimraf _internal.js lib",
    "lint": "eslint --cache .",
    "prepublishOnly": "turbo run build",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "watch": "pkg-utils watch"
  },
  "dependencies": {
    "@sanity/generate-help-url": "^3.0.0",
    "@sanity/types": "3.92.0",
    "arrify": "^2.0.1",
    "groq-js": "^1.17.0",
    "humanize-list": "^1.0.1",
    "leven": "^3.1.0",
    "lodash": "^4.17.21",
    "object-inspect": "^1.13.1"
  },
  "devDependencies": {
    "@repo/package.config": "3.92.0",
    "@repo/test-config": "3.92.0",
    "@sanity/icons": "^3.7.0",
    "@types/lodash": "^4.17.7",
    "@types/object-inspect": "^1.13.0",
    "@types/react": "^19.1.0",
    "rimraf": "^5.0.10",
    "vitest": "^3.2.2"
  },
  "gitHead": "eb72cd37f48adaa4ab7fd69245edf91838992eaa"
}
