UNPKG

@cardos/service-bus-portal

Version:

A modular, composable cross-context communication system for Web Workers, iframes, Shared Workers, and Service Workers

68 lines (67 loc) 1.66 kB
{ "name": "@cardos/service-bus-portal", "version": "1.0.13", "description": "A modular, composable cross-context communication system for Web Workers, iframes, Shared Workers, and Service Workers", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "./package.json": "./package.json" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsdown", "dev": "tsdown --watch", "clean": "rm -rf dist", "prepublishOnly": "npm run clean && npm run build", "lint": "eslint src --ext .ts,.tsx", "type-check": "tsc --noEmit" }, "keywords": [ "portal", "service-bus", "web-worker", "iframe", "cross-context", "communication", "typescript", "postmessage", "event-target" ], "author": "Cardos Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Peiiii/AgentVerse", "directory": "packages/service-bus-portal" }, "bugs": { "url": "https://github.com/Peiiii/AgentVerse/issues" }, "homepage": "https://github.com/Peiiii/AgentVerse/tree/main/packages/service-bus-portal#readme", "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "tsdown": "^0.13.0", "typescript": "^5.0.0" }, "peerDependencies": { "typescript": ">=4.9.0" }, "engines": { "node": ">=16.0.0" }, "publishConfig": { "access": "public" } }