16 lines
335 B
JSON
16 lines
335 B
JSON
{
|
|
"name": "re-commander",
|
|
"version": "1.0.0",
|
|
"description": "Jibo ROM Commander — local Node.js recreation using port 8160",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^17.4.2",
|
|
"express": "^4.18.2",
|
|
"golden-layout": "^2.6.0",
|
|
"ws": "^8.14.2"
|
|
}
|
|
}
|