update documentation
This commit is contained in:
12
package.json
12
package.json
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user