{ "name": "@serve.zone/onebox", "version": "1.0.0", "description": "Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers", "main": "mod.ts", "type": "module", "bin": { "onebox": "./bin/onebox-wrapper.js" }, "scripts": { "postinstall": "node scripts/install-binary.js" }, "keywords": [ "docker", "containers", "nginx", "ssl", "acme", "letsencrypt", "cloudflare", "dns", "heroku", "paas", "deployment" ], "author": "Lossless GmbH", "license": "MIT", "repository": { "type": "git", "url": "https://code.foss.global/serve.zone/onebox" }, "homepage": "https://code.foss.global/serve.zone/onebox", "bugs": { "url": "https://code.foss.global/serve.zone/onebox/issues" }, "files": [ "bin/", "scripts/install-binary.js", "readme.md", "license", "changelog.md" ], "os": [ "linux", "darwin", "win32" ], "cpu": [ "x64", "arm64" ] }