{
  "name": "@sanity/mutator",
  "version": "5.21.0",
  "description": "A set of models to make it easier to utilize the powerful real time collaborative features of Sanity",
  "keywords": [
    "cms",
    "content",
    "headless",
    "mutator",
    "realtime",
    "sanity"
  ],
  "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/mutator"
  },
  "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/diff-match-patch": "^3.2.0",
    "@sanity/uuid": "^3.0.2",
    "debug": "^4.4.3",
    "lodash-es": "^4.18.1",
    "@sanity/types": "5.21.0"
  },
  "devDependencies": {
    "@sanity/pkg-utils": "^10.4.15",
    "@types/debug": "^4.1.12",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^24.3.0",
    "@typescript/native-preview": "7.0.0-dev.20260112.1",
    "eslint": "^9.39.2",
    "rimraf": "^6.1.3",
    "vitest": "^4.1.4",
    "@repo/eslint-config": "5.21.0",
    "@repo/package.config": "5.21.0",
    "@repo/test-config": "5.21.0",
    "@repo/tsconfig": "5.21.0"
  },
  "browserslist": [
    "node >=20.19",
    "node >=22.12",
    "baseline 2024"
  ],
  "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"
  }
}