proto-socket/typescript/package.json

23 lines
483 B
JSON

{
"name": "toki-socket",
"version": "0.1.0",
"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"
}
}