Files
spore-ui/package.json
2025-08-28 10:21:14 +02:00

24 lines
668 B
JSON

{
"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",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^5.1.0",
"express-fileupload": "^1.4.3"
}
}