colyseus-server-stress-tester/package.json

22 lines
415 B
JSON
Raw Normal View History

2022-08-04 09:56:05 +08:00
{
2022-08-04 10:06:40 +08:00
"name": "colyseus_server_stress_tester",
2022-08-04 09:56:05 +08:00
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js"
},
"keywords": [],
2022-08-04 10:06:40 +08:00
"author": "Ivan Li",
2022-08-04 09:56:05 +08:00
"license": "ISC",
"dependencies": {
"colyseus.js": "^0.14.13",
"enquirer": "^2.3.6",
"log-update": "^5.0.1",
"ora": "^6.1.2",
"ramda": "^0.28.0",
"ws": "^8.8.1"
}
}