my-app/package.json
Shautvast 521d86e50d Add Hello World test application for Hostityourself
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>
2026-03-19 09:50:54 +01:00

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"
}
}