{ "name": "apex-status-api", "version": "1.0.0", "description": "APEX OS Platform Health Monitor", "main": "server.js", "scripts": { "start": "node server.js", "test": "node test.js" }, "dependencies": { "express": "^4.18.0" } }