wschat-ng/package.json
szdytom 05c9127f8b
[arch] update dependence
Signed-off-by: szdytom <szdytom@qq.com>
2025-09-14 17:22:06 +08:00

19 lines
357 B
JSON

{
"name": "wschat-ng",
"version": "1.0.3",
"description": "",
"main": "index.js",
"scripts": {
"start": "npx ts-node src/index.ts"
},
"author": "szdytom <szdytom@qq.com>",
"license": "MIT",
"dependencies": {
"@types/express": "^5.0.3",
"@types/socket.io": "^3.0.1",
"express": "^5.1.0",
"socket.io": "^4.8.1",
"ts-node": "^10.9.2"
}
}