Files
Re-Commander/package.json

18 lines
399 B
JSON
Raw Normal View History

{
"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": {
2026-05-12 00:30:45 +03:00
"@theatre/core": "^0.7.2",
"@theatre/studio": "^0.7.2",
"dotenv": "^17.4.2",
"express": "^4.18.2",
2026-04-19 22:55:40 +03:00
"golden-layout": "^2.6.0",
"ws": "^8.14.2"
}
}