UNPKG

@sanity/mutator

Version:

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

70 lines (69 loc) 1.79 kB
{ "name": "@sanity/mutator", "version": "3.93.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": "commonjs", "exports": { ".": { "source": "./src/index.ts", "import": "./lib/index.mjs", "require": "./lib/index.js", "default": "./lib/index.js" }, "./package.json": "./package.json" }, "main": "./lib/index.js", "module": "./lib/index.mjs", "types": "./lib/index.d.ts", "files": [ "lib", "src" ], "scripts": { "build": "pkg-utils build --strict --check --clean", "check:types": "tsc --project tsconfig.lib.json", "clean": "rimraf lib", "lint": "eslint .", "perf": "node ./perf/run.js", "prepublishOnly": "turbo run build", "test": "vitest run", "watch": "pkg-utils watch" }, "dependencies": { "@sanity/diff-match-patch": "^3.2.0", "@sanity/types": "3.93.0", "@sanity/uuid": "^3.0.1", "debug": "^4.3.4", "lodash": "^4.17.21" }, "devDependencies": { "@repo/eslint-config": "3.93.0", "@repo/package.config": "3.93.0", "@repo/test-config": "3.93.0", "@types/debug": "^4.1.5", "@types/lodash": "^4.17.7", "rimraf": "^5.0.10", "vitest": "^3.2.3" }, "gitHead": "6ab8137bd3e807a98595dbf1de2e848be48cfb27" }