{ "name": "spore-ui", "version": "1.0.0", "description": "SPORE Cluster Management UI", "main": "index.js", "scripts": { "start": "node index.js", "dev": "node index.js", "client-example": "node src/client/example.js", "test-discovery": "node test/test-discovery.js", "demo-discovery": "node test/demo-discovery.js", "demo-frontend": "node test/demo-frontend.js", "test-random-selection": "node test/test-random-selection.js", "mock": "node test/mock-cli.js", "mock:start": "node test/mock-cli.js start", "mock:list": "node test/mock-cli.js list", "mock:info": "node test/mock-cli.js info", "mock:healthy": "node test/mock-cli.js start healthy", "mock:degraded": "node test/mock-cli.js start degraded", "mock:large": "node test/mock-cli.js start large", "mock:unstable": "node test/mock-cli.js start unstable", "mock:single": "node test/mock-cli.js start single", "mock:empty": "node test/mock-cli.js start empty", "mock:test": "node test/mock-test.js", "mock:integration": "node test/test-mock-integration.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "cors": "^2.8.5", "express": "^5.1.0", "express-fileupload": "^1.4.3", "ws": "^8.18.3" } }