{
  "name": "@sanity/visual-editing-csm",
  "version": "3.0.8",
  "homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/visual-editing-csm#readme",
  "bugs": {
    "url": "https://github.com/sanity-io/visual-editing/issues"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sanity-io/visual-editing.git",
    "directory": "packages/visual-editing-csm"
  },
  "files": [
    "CHANGELOG.md",
    "dist",
    "src",
    "!**/*.test.*"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "valibot": "^1.2.0",
    "@sanity/visual-editing-types": "^2.0.7"
  },
  "devDependencies": {
    "@sanity/client": "^7.22.0",
    "@sanity/pkg-utils": "^10.4.4",
    "@sanity/tsconfig": "2.1.0",
    "eslint": "^8.57.1",
    "typescript": "5.9.3",
    "vitest": "^3.2.4",
    "@repo/eslint-config": "0.0.0",
    "@repo/package.config": "0.0.0"
  },
  "peerDependencies": {
    "@sanity/client": "^7.22.0"
  },
  "browserslist": "extends @sanity/browserslist-config",
  "eslintConfig": {
    "extends": [
      "@repo/eslint-config"
    ],
    "root": true
  },
  "engines": {
    "node": ">=20.19 <22 || >=22.12"
  },
  "scripts": {
    "build": "pkg build --strict --check --clean",
    "dev": "pkg build --strict",
    "lint": "eslint .",
    "test": "vitest --typecheck"
  }
}