Includes a Node.js HTTP server, static HTML page, and Dockerfile for containerized self-hosting. Exposes a /health endpoint for platform health checks. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 lines
182 B
JSON
9 lines
182 B
JSON
{
|
|
"name": "helloworld",
|
|
"version": "1.0.0",
|
|
"description": "Hello World test app for Hostityourself",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
}
|
|
}
|