update documentation

This commit is contained in:
2024-04-14 19:01:25 +02:00
parent c2f4efd33d
commit 7163c1dc67
5 changed files with 179 additions and 37 deletions

View File

@@ -2,7 +2,7 @@
"name": "@api.global/typedsocket",
"version": "3.0.0",
"private": false,
"description": "a typedrequest extension supporting websockets",
"description": "A library for creating typed WebSocket connections, supporting bi-directional communication with type safety.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -46,5 +46,13 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"WebSocket",
"Type Safety",
"Real-time Communication",
"Client-Server Architecture",
"TypeScript",
"Networking"
]
}
}