{ "name": "spore-ui", "version": "1.0.0", "description": "## TODO", "main": "index.js", "scripts": { "start": "node index.js", "dev": "node index.js", "client-example": "node src/client/example.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "express": "^5.1.0" } }