proto-socket/typescript/package.json
toki d0754a353a refactor: rename toki_socket to proto_socket across all languages
- 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)
2026-05-02 07:19:12 +09:00

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"
}
}