UNPKG

comctx

Version:

Cross-context RPC solution with type safety and flexible adapters.

32 lines (31 loc) 782 B
{ "name": "shared-worker-example", "version": "1.0.0", "description": "This is an example of communication between the main page and an web-worker.", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint": "eslint --fix --cache", "check": "tsc --noEmit" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "comctx": "workspace:*" }, "devDependencies": { "@eslint/js": "^9.34.0", "@types/node": "^24.3.0", "eslint": "^9.34.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.4", "globals": "^16.3.0", "prettier": "^3.6.2", "typescript": "^5.9.2", "typescript-eslint": "^8.42.0", "vite": "^7.1.4" } }