Files
onebox/package.json
2025-11-27 22:29:36 +00:00

59 lines
1.4 KiB
JSON

{
"name": "@serve.zone/onebox",
"version": "1.9.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",
"watch": "concurrently --kill-others --names \"BACKEND,UI\" --prefix-colors \"cyan,magenta\" \"deno run --allow-all --unstable-ffi --watch mod.ts server --ephemeral --monitor\" \"cd ui && pnpm run watch\""
},
"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.git"
},
"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"
],
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34",
"dependencies": {},
"devDependencies": {
"concurrently": "^9.1.2"
}
}