{
  "name": "@sanity/worker-channels",
  "version": "2.0.0",
  "description": "Type-safe, structured communication between worker threads and parent processes via TypeScript meta-programming.",
  "keywords": [
    "sanity"
  ],
  "bugs": {
    "url": "https://github.com/sanity-io/worker-channels/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sanity-io/worker-channels.git"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "pkg-utils build --strict --check --clean",
    "format": "prettier --write .",
    "lint": "eslint .",
    "prepublishOnly": "npm run build",
    "test": "tsc && vitest --run --coverage"
  },
  "browserslist": "extends @sanity/browserslist-config",
  "prettier": "@sanity/prettier-config",
  "devDependencies": {
    "@sanity/browserslist-config": "^1.0.5",
    "@sanity/pkg-utils": "^10.4.4",
    "@sanity/prettier-config": "^3.0.0",
    "@sanity/semantic-release-preset": "^6.0.0",
    "@sanity/tsconfig": "^2.1.0",
    "@vitest/coverage-v8": "^4.0.18",
    "eslint": "^9.29.0",
    "eslint-config-prettier": "^10.1.5",
    "eslint-import-resolver-typescript": "^4.4.3",
    "eslint-plugin-import-x": "^4.15.2",
    "eslint-plugin-prettier": "^5.5.5",
    "eslint-plugin-tsdoc": "^0.5.2",
    "prettier": "^3.8.1",
    "prettier-plugin-packagejson": "^3.0.0",
    "semantic-release": "^25.0.3",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.56.1",
    "vitest": "^4.0.18"
  },
  "packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
  "engines": {
    "node": ">=20.19.1 <22 || >=22.12"
  },
  "publishConfig": {
    "access": "public",
    "exports": {
      ".": "./dist/index.js",
      "./package.json": "./package.json"
    }
  }
}
