UNPKG

@sanity/mutator

Version:

A set of models to make it easier to utilize the powerful real time collaborative features of Sanity

67 lines 1.75 kB
{ "name": "@sanity/mutator", "version": "6.6.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.3", "debug": "^4.4.3", "lodash-es": "^4.18.1", "@sanity/types": "6.6.0" }, "devDependencies": { "@sanity/pkg-utils": "^11.0.13", "@types/debug": "^4.1.13", "@types/lodash-es": "^4.17.12", "@types/node": "^24.13.2", "@typescript/native-preview": "beta", "rimraf": "^6.1.3", "vite": "^8.1.5", "vitest": "^4.1.10", "@repo/tsconfig": "6.6.0", "@repo/package.config": "6.6.0", "@repo/test-config": "6.6.0" }, "browserslist": [ "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", "perf": "node ./perf/run.cjs", "test": "vitest run", "watch": "pkg-utils watch" } }