Initial commit: APEX Status API v1.0 - Platform health monitoring
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user