@sanity/diff
Version:
Generates diffs between documents and primitive types
54 lines • 1.13 kB
JSON
{
"name": "@sanity/diff",
"version": "6.8.0",
"description": "Generates diffs between documents and primitive types",
"keywords": [
"cms",
"content",
"diff",
"headless",
"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/diff"
},
"files": [
"lib"
],
"type": "module",
"sideEffects": false,
"types": "./lib/index.d.ts",
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
},
"dependencies": {
"@sanity/diff-match-patch": "^3.2.0"
},
"devDependencies": {
"tsdown": "^0.22.14",
"typescript": "^7.0.2",
"@repo/tsdown.config": "6.8.0",
"@repo/tsconfig": "6.8.0"
},
"browserslist": [
"node >=22.12",
"baseline 2024"
],
"engines": {
"node": ">=22.12"
},
"scripts": {
"build": "tsdown",
"watch": "tsdown --watch"
}
}