{
	"name": "@wordpress/worker-threads",
	"version": "1.9.0",
	"description": "Utilities for type-safe Web Worker communication with RPC.",
	"author": "The WordPress Contributors",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"wordpress",
		"worker",
		"web-worker",
		"rpc",
		"threads"
	],
	"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/worker-threads/README.md",
	"repository": {
		"type": "git",
		"url": "https://github.com/WordPress/gutenberg.git",
		"directory": "packages/worker-threads"
	},
	"bugs": {
		"url": "https://github.com/WordPress/gutenberg/issues"
	},
	"engines": {
		"node": ">=18.12.0",
		"npm": ">=8.19.2"
	},
	"files": [
		"src",
		"build",
		"build-module",
		"build-types",
		"*.md"
	],
	"main": "build/index.cjs",
	"module": "build-module/index.mjs",
	"exports": {
		".": {
			"types": "./build-types/index.d.ts",
			"import": "./build-module/index.mjs",
			"default": "./build/index.cjs"
		},
		"./worker": {
			"types": "./build-types/worker-thread.d.ts",
			"import": "./build-module/worker-thread.mjs",
			"default": "./build/worker-thread.cjs"
		},
		"./package.json": "./package.json"
	},
	"types": "build-types",
	"sideEffects": false,
	"dependencies": {
		"comctx": "^1.4.3"
	},
	"publishConfig": {
		"access": "public"
	},
	"gitHead": "0e7112a4f4fde4ea15bd9060489b8f6fe11eb6ca"
}
