Files
Rahoot/packages/socket/package.json
2025-10-25 13:43:09 +02:00

32 lines
695 B
JSON

{
"name": "@rahoot/socket",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "node esbuild.config.js",
"start": "node dist/index.cjs",
"lint": "eslint"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@rahoot/common": "workspace:*",
"@t3-oss/env-core": "^0.13.8",
"dayjs": "^1.11.18",
"socket.io": "^4.8.1",
"uuid": "^13.0.0",
"zod": "^4.1.12"
},
"devDependencies": {
"@eslint/js": "^9.38.0",
"@types/node": "^24.9.1",
"esbuild": "^0.25.11",
"eslint": "^9.38.0",
"globals": "^16.4.0",
"tsx": "^4.20.6",
"typescript-eslint": "^8.46.2"
}
}