{
  "name": "@typewriter/json-patch",
  "version": "0.7.13",
  "description": "Immutable JSON Patch implementation based on RFC 6902 supporting operational transformation and last-writer-wins",
  "author": "Jacob Wright <jacwright@gmail.com>",
  "bugs": {
    "url": "https://github.com/typewriter-editor/json-patch/issues"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "package.json",
    "README.md",
    "dist"
  ],
  "homepage": "https://github.com/typewriter-editor/json-patch/",
  "keywords": [
    "immutable",
    "json",
    "patch",
    "rfc6902"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/typewriter-editor/json-patch.git"
  },
  "scripts": {
    "dev": "vite",
    "build": "svelte-package -i src",
    "prepare": "npm run build",
    "test": "vitest"
  },
  "dependencies": {
    "alphacounter": "^2.x"
  },
  "peerDependencies": {
    "@typewriter/delta": "^1.2.4",
    "@typewriter/document": "^0.9.5"
  },
  "devDependencies": {
    "@sveltejs/package": "^2.3.10",
    "prettier": "^3.5.1",
    "typescript": "^5.7.3",
    "vite": "^6.1.1",
    "vite-plugin-dts": "^4.5.0",
    "vitest": "^3.0.6"
  }
}
