{ "name": "@network-tool/relay-node", "version": "0.1.0", "private": true, "scripts": { "dev": "tsx watch src/index.ts", "start": "tsx src/index.ts", "build": "tsc" }, "dependencies": { "@network-tool/shared-types": "*", "@network-tool/shared-crypto": "*", "@network-tool/shared-protocol": "*", "ws": "^8.16.0" }, "devDependencies": { "@types/node": "^20.11.0", "@types/ws": "^8.5.10", "tsx": "^4.7.0", "typescript": "^5.4.0" } }