{
  "name": "@sanity/mutator",
  "version": "4.22.0",
  "description": "A set of models to make it easier to utilize the powerful real time collaborative features of Sanity",
  "keywords": [
    "sanity",
    "cms",
    "headless",
    "realtime",
    "content",
    "mutator"
  ],
  "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/mutator"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "default": "./lib/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "lib"
  ],
  "dependencies": {
    "@sanity/diff-match-patch": "^3.2.0",
    "@sanity/uuid": "^3.0.2",
    "debug": "^4.4.3",
    "lodash": "^4.17.21",
    "@sanity/types": "4.22.0"
  },
  "devDependencies": {
    "@sanity/pkg-utils": "^10.2.1",
    "@types/debug": "^4.1.12",
    "@types/lodash": "^4.17.20",
    "@types/node": "^24.3.0",
    "@typescript/native-preview": "7.0.0-dev.20251128.1",
    "eslint": "^9.39.1",
    "rimraf": "^5.0.10",
    "vitest": "^3.2.4",
    "@repo/package.config": "4.22.0",
    "@repo/test-config": "4.22.0",
    "@repo/tsconfig": "4.22.0",
    "@repo/eslint-config": "4.22.0"
  },
  "scripts": {
    "build": "pkg-utils build --strict --check --clean",
    "check:types": "(cd ../../.. && tsgo --project packages/@sanity/mutator/tsconfig.lib.json --erasableSyntaxOnly)",
    "clean": "rimraf lib",
    "lint": "eslint .",
    "perf": "node ./perf/run.cjs",
    "test": "vitest run",
    "watch": "pkg-utils watch"
  }
}