23 lines
436 B
JSON
23 lines
436 B
JSON
|
{
|
||
|
"name": "gallery_server_tester",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"start": "node index.js"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"@tweenjs/tween.js": "^18.6.4",
|
||
|
"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"
|
||
|
}
|
||
|
}
|