Files
ws.tootaio.com/server/package.json
2025-10-07 11:59:55 +08:00

19 lines
364 B
JSON

{
"name": "ws.tootaio.com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.17.0",
"dependencies": {
"ioredis": "^5.7.0",
"ws": "^8.18.3"
}
}