- Align protocol documentation (PROTOCOL.md, README.md, VERSIONING.md) - Go: add nonce test, update communicator - Kotlin: update Communicator, TcpClient, TcpServer, add TLS test - Python: update all modules, add certificate test resources - TypeScript: update communicator, tcp/ws clients and servers, add tests - Dart: update communicator, heartbeat mixin, and tests
23 lines
483 B
JSON
23 lines
483 B
JSON
{
|
|
"name": "toki-socket",
|
|
"version": "1.0.5",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"test": "vitest run",
|
|
"check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@bufbuild/protobuf": "^2.2.5",
|
|
"ws": "^8.18.1"
|
|
},
|
|
"devDependencies": {
|
|
"@bufbuild/protoc-gen-es": "^2.2.5",
|
|
"@types/node": "^22.15.21",
|
|
"@types/ws": "^8.18.1",
|
|
"tsx": "^4.19.3",
|
|
"typescript": "^5.8.3",
|
|
"vitest": "^3.1.3"
|
|
}
|
|
}
|