@sanity/diff
Version:
Generates diffs between documents and primitive types
65 lines (64 loc) • 1.51 kB
JSON
{
"name": "@sanity/diff",
"version": "3.87.1",
"description": "Generates diffs between documents and primitive types",
"keywords": [
"sanity",
"cms",
"headless",
"realtime",
"content",
"diff"
],
"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/diff"
},
"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 coverage",
"lint": "eslint --cache .",
"prepublishOnly": "turbo run build",
"watch": "pkg-utils watch"
},
"dependencies": {
"@sanity/diff-match-patch": "^3.1.1"
},
"devDependencies": {
"@repo/package.config": "3.87.1",
"rimraf": "^5.0.10"
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
},
"gitHead": "64734627d11ac44ee8c989b5cc8554b84b5d3243"
}