{
  "name": "@sanity/comlink",
  "version": "3.0.1",
  "keywords": [
    "sanity.io",
    "postmessage"
  ],
  "homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/comlink#readme",
  "bugs": {
    "url": "https://github.com/sanity-io/visual-editing/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sanity-io/visual-editing.git",
    "directory": "packages/comlink"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "CHANGELOG.md"
  ],
  "browserslist": "extends @sanity/browserslist-config",
  "eslintConfig": {
    "extends": [
      "@repo/eslint-config"
    ],
    "root": true
  },
  "dependencies": {
    "rxjs": "^7.8.1",
    "uuid": "^11.0.5",
    "xstate": "^5.19.2"
  },
  "devDependencies": {
    "@sanity/pkg-utils": "6.13.4",
    "eslint": "^8.57.1",
    "typescript": "5.7.3",
    "vitest": "^2.1.8",
    "@repo/eslint-config": "0.0.0",
    "@repo/package.config": "0.0.0"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "pkg build --strict --check --clean",
    "dev": "pkg build --strict",
    "lint": "eslint --cache .",
    "test": "vitest --pass-with-no-tests --typecheck"
  }
}