{
  "name": "@sanity/message-protocol",
  "version": "0.23.0",
  "description": "Message protocols for the Sanity platform",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sanity-io/ada.git",
    "directory": "packages/message-protocol"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "browserslist": "extends @sanity/browserslist-config",
  "dependencies": {
    "@sanity/comlink": "^4.0.1"
  },
  "devDependencies": {
    "@sanity/pkg-utils": "^10.4.13",
    "@sanity/tsconfig": "^2.1.0",
    "typescript": "^5.9.3",
    "@repo/eslint-config": "0.0.0"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "scripts": {
    "build": "pkg build --strict --clean --check",
    "check:lint": "eslint .",
    "check:lint:fix": "eslint --fix --quiet .",
    "check:types": "tsc --noEmit",
    "dev": "pkg-utils watch"
  }
}