{
  "name": "@sanity/comlink",
  "version": "4.0.3",
  "keywords": [
    "postmessage",
    "sanity.io"
  ],
  "homepage": "https://github.com/sanity-io/comlink/tree/main/packages/comlink#readme",
  "bugs": {
    "url": "https://github.com/sanity-io/comlink/issues"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sanity-io/comlink.git",
    "directory": "packages/comlink"
  },
  "files": [
    "dist"
  ],
  "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": {
    "rxjs": "^7.8.2",
    "uuid": "^14.0.1",
    "xstate": "^5.32.5"
  },
  "devDependencies": {
    "@sanity/pkg-utils": "12.0.0",
    "@sanity/tsconfig": "2.2.1",
    "typescript": "7.0.2",
    "vitest": "^4.1.10"
  },
  "engines": {
    "node": ">=20.19 <22 || >=22.12"
  },
  "scripts": {
    "build": "pkg build --strict --check",
    "dev": "pkg watch --strict",
    "test": "vitest --pass-with-no-tests --typecheck"
  }
}