UNPKG

@ws-kit/bun

Version:

Bun platform adapter for WS-Kit leveraging native WebSocket API with built-in pub/sub and low-latency message routing

73 lines (72 loc) 1.58 kB
{ "name": "@ws-kit/bun", "version": "0.8.1", "description": "Bun platform adapter for WS-Kit leveraging native WebSocket API with built-in pub/sub and low-latency message routing", "type": "module", "sideEffects": false, "license": "MIT", "author": "Konstantin Tarkus", "homepage": "https://kriasoft.com/ws-kit/", "bugs": "https://github.com/kriasoft/ws-kit/issues", "repository": { "type": "git", "url": "https://github.com/kriasoft/ws-kit.git", "directory": "packages/bun" }, "funding": { "type": "github", "url": "https://github.com/sponsors/koistya" }, "keywords": [ "bun", "websocket", "server", "adapter", "real-time", "typescript", "bun-runtime", "bun-websocket", "server-adapter", "websocket-server", "full-stack", "low-latency", "native", "performant", "streaming", "http-upgrade", "pubsub", "pub-sub" ], "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "peerDependencies": { "@types/bun": ">=1.3.3", "@ws-kit/core": "^0.8.1" }, "devDependencies": { "@types/bun": "^1.3.3", "@ws-kit/core": "^0.8.1", "@ws-kit/memory": "^0.8.0", "@ws-kit/pubsub": "^0.8.1", "@ws-kit/zod": "^0.8.1" }, "engines": { "bun": ">=1.3", "node": ">=22" }, "publishConfig": { "access": "public" }, "scripts": { "typecheck": "tsc --build tsconfig.check.json" } }