- Rename package/module from toki_socket to proto_socket in Dart, Kotlin, Python - Update crosstest implementations to use renamed packages - Add new proto_socket skill, deprecate add-toki-socket-crosstest-language skill - Update domain rules for all languages - Update documentation (README, PORTING_GUIDE, PROTOCOL, VERSIONING)
23 lines
484 B
JSON
23 lines
484 B
JSON
{
|
|
"name": "proto-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"
|
|
}
|
|
}
|