comctx
Version:
Use RPC to communicate easily across contexts in any JavaScript environment.
54 lines (53 loc) • 1.41 kB
JSON
{
"name": "core",
"version": "0.0.0",
"description": "Use RPC to communicate easily across contexts in any JavaScript environment.",
"type": "module",
"main": "dist/index.js",
"scripts": {
"dev": "tsdown src/index.ts --dts --format esm --sourcemap --watch --no-hash -no-fixed-extension",
"build": "tsdown src/index.ts --dts --format esm --sourcemap --minify --clean --no-hash -no-fixed-extension",
"lint": "eslint --fix --cache",
"check": "tsc --noEmit"
},
"keywords": [
"postMessage",
"BroadcastChannel",
"MessageChannel",
"ipcMain",
"MessagePort",
"ServiceWorker",
"WebWorker",
"Browser Extension",
"rpc",
"comlink",
"Electron",
"iframe",
"React Native"
],
"author": "molvqingtai",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/molvqingtai/comctx.git"
},
"bugs": {
"url": "https://github.com/molvqingtai/comctx/issues"
},
"homepage": "https://github.com/molvqingtai/comctx#readme",
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/node": "^25.2.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^17.3.0",
"prettier": "^3.8.1",
"tsdown": "^0.20.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.54.0"
},
"publishConfig": {
"access": "public"
}
}