{
  "name": "mendoza",
  "version": "3.0.8",
  "description": "Mendoza, differ for structured documents",
  "keywords": [
    "mendoza",
    "diff"
  ],
  "homepage": "https://www.sanity.io/",
  "bugs": {
    "url": "https://github.com/sanity-io/mendoza-js/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sanity-io/mendoza-js.git"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "require": "./dist/index.cjs",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "pkg build --strict --check --clean",
    "clean": "npx rimraf dist coverage",
    "coverage": "npm test -- run --coverage",
    "lint": "eslint . --ext .cjs,.js,.ts --report-unused-disable-directives",
    "prepublishOnly": "npm run build",
    "test": "vitest",
    "type-check": "tsc --noEmit"
  },
  "browserslist": "extends @sanity/browserslist-config",
  "prettier": "@sanity/prettier-config",
  "devDependencies": {
    "@sanity/pkg-utils": "^6.11.14",
    "@sanity/prettier-config": "^1.0.3",
    "@sanity/semantic-release-preset": "^4.1.8",
    "@types/node": "^18.17.14",
    "@typescript-eslint/eslint-plugin": "^8.17.0",
    "@typescript-eslint/parser": "^8.17.0",
    "@vitest/coverage-v8": "^2.1.8",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.2.1",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "ls-engines": "^0.9.3",
    "prettier": "^3.4.2",
    "rimraf": "^4.4.1",
    "semantic-release": "^24.2.0",
    "typescript": "5.7.2",
    "vite-tsconfig-paths": "^5.1.3",
    "vitest": "^2.1.8",
    "vitest-github-actions-reporter": "^0.11.1"
  },
  "engines": {
    "node": ">=14.18"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}
