{ "name": "http-server", "version": "1.0.0", "description": "A simple HTTP server example, sharing directly to a zrok share", "main": "dist/index.js", "scripts": { "build": "tsc --build" }, "dependencies": { "@openziti/zrok": "file:../../sdk", "commander": "^13.1.0", "typescript": "^5.8.2" }, "devDependencies": { "@types/node": "^22.13.9" } }