@sodacore/ws
Version:
Sodacore ws is a core plugin that extends the Http plugin offering WebSocket support to the Sodacore framework.
65 lines • 1.38 kB
JSON
{
"name": "@sodacore/ws",
"description": "Sodacore ws is a core plugin that extends the Http plugin offering WebSocket support to the Sodacore framework.",
"version": "0.2.0",
"license": "Apache-2.0",
"homepage": "https://sodacore.dev",
"module": "false",
"type": "module",
"main": "dist/index.js",
"private": false,
"publishConfig": {
"access": "public"
},
"keywords": [
"bun",
"@bun",
"sodacore",
"soda",
"framework",
"decorator",
"typescript",
"engine",
"ws",
"wss",
"websocket",
"websockets"
],
"files": [
"dist"
],
"author": {
"name": "Sodacore Team",
"email": "sodacoredev@gmail.com",
"url": "https://sodacore.dev"
},
"bugs": {
"url": "https://github.com/sodacore/core/issues",
"email": "sodacoredev@gmail.com"
},
"engines": {
"bun": ">=1.0.30"
},
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sodacore/core.git",
"directory": "packages/ws"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.3.3"
},
"dependencies": {
"reflect-metadata": "^0.2.1",
"@sodacore/di": "workspace:*",
"@sodacore/core": "workspace:*",
"@sodacore/registry": "workspace:*",
"@sodacore/http": "workspace:*",
"uuid": "^9.0.1"
}
}