2024-04-20 12:21:41 +02:00
{
"name" : "@serve.zone/cloudly" ,
2026-05-08 13:56:20 +00:00
"version" : "5.5.1" ,
"private" : true ,
2024-10-28 21:49:43 +01:00
"description" : "A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces." ,
2024-04-20 12:21:41 +02:00
"type" : "module" ,
2024-05-28 18:45:34 +02:00
"exports" : {
2026-05-07 20:49:33 +00:00
"." : "./dist_ts/index.js" ,
"./cliclient" : "./dist_ts_cliclient/index.js" ,
"./web" : "./dist_ts_web/index.js"
2024-05-28 18:45:34 +02:00
} ,
2024-04-20 12:21:41 +02:00
"author" : "Task Venture Capital GmbH" ,
2024-05-28 18:45:34 +02:00
"license" : "MIT" ,
2024-04-20 12:21:41 +02:00
"scripts" : {
2025-08-18 03:07:12 +00:00
"test" : "(tstest test/ --verbose --logfile --timeout 120)" ,
2026-05-08 13:56:20 +00:00
"build" : "tsbuild tsfolders && tsbundle" ,
2026-04-29 08:13:29 +00:00
"build:docker" : "tsdocker build --verbose" ,
2024-04-20 12:21:41 +02:00
"start" : "node cli.js" ,
"startTs" : "node cli.ts.js" ,
2026-05-08 13:56:20 +00:00
"watch" : "tswatch" ,
2026-04-29 08:13:29 +00:00
"release:docker" : "tsdocker push --verbose" ,
2024-10-28 16:55:25 +01:00
"publish" : "tspublish" ,
2024-10-28 21:49:43 +01:00
"docs" : "tsdoc aidoc"
2024-04-20 12:21:41 +02:00
} ,
"devDependencies" : {
2026-05-08 13:56:20 +00:00
"@git.zone/tsbuild" : "^4.4.0" ,
"@git.zone/tsbundle" : "^2.10.1" ,
"@git.zone/tsdoc" : "^2.0.3" ,
"@git.zone/tsdocker" : "^2.2.6" ,
"@git.zone/tspublish" : "^1.11.6" ,
"@git.zone/tstest" : "^3.6.5" ,
"@git.zone/tswatch" : "^3.3.3" ,
"@push.rocks/smartnetwork" : "^4.7.1" ,
"@types/node" : "^25.6.2"
2024-04-20 12:21:41 +02:00
} ,
"dependencies" : {
2026-05-08 13:56:20 +00:00
"@api.global/typedrequest" : "3.3.1" ,
2024-10-27 19:50:39 +01:00
"@api.global/typedrequest-interfaces" : "^3.0.19" ,
2026-05-08 13:56:20 +00:00
"@api.global/typedserver" : "^8.4.6" ,
"@api.global/typedsocket" : "^4.1.3" ,
"@apiclient.xyz/cloudflare" : "^7.1.0" ,
"@apiclient.xyz/docker" : "^5.1.4" ,
"@apiclient.xyz/hetznercloud" : "^1.2.1" ,
2024-04-20 12:21:41 +02:00
"@apiclient.xyz/slack" : "^3.0.9" ,
2026-05-08 13:56:20 +00:00
"@design.estate/dees-catalog" : "^3.81.0" ,
"@design.estate/dees-domtools" : "^2.5.6" ,
"@design.estate/dees-element" : "^2.2.4" ,
"@git.zone/tsrun" : "^2.0.3" ,
"@push.rocks/early" : "^4.0.4" ,
"@push.rocks/projectinfo" : "^5.1.0" ,
"@push.rocks/qenv" : "^6.1.4" ,
"@push.rocks/smartacme" : "^9.5.0" ,
"@push.rocks/smartbucket" : "^4.6.1" ,
"@push.rocks/smartcli" : "^4.0.21" ,
"@push.rocks/smartclickhouse" : "^2.2.1" ,
"@push.rocks/smartconfig" : "^6.1.1" ,
"@push.rocks/smartdata" : "^7.1.7" ,
"@push.rocks/smartdelay" : "^3.1.0" ,
"@push.rocks/smartexit" : "^2.0.3" ,
2025-08-18 21:11:28 +00:00
"@push.rocks/smartexpect" : "^2.5.0" ,
2026-05-08 13:56:20 +00:00
"@push.rocks/smartfile" : "^13.1.3" ,
2024-10-16 14:35:38 +02:00
"@push.rocks/smartguard" : "^3.1.0" ,
2026-05-08 13:56:20 +00:00
"@push.rocks/smartjson" : "^6.0.1" ,
2026-04-28 08:54:29 +00:00
"@push.rocks/smartjwt" : "^2.2.2" ,
2026-05-08 13:56:20 +00:00
"@push.rocks/smartlog" : "^3.2.2" ,
2024-06-20 19:00:58 +02:00
"@push.rocks/smartlog-destination-clickhouse" : "^1.0.13" ,
2024-10-27 19:50:39 +01:00
"@push.rocks/smartlog-interfaces" : "^3.0.2" ,
2025-08-18 21:11:28 +00:00
"@push.rocks/smartpath" : "^6.0.0" ,
2026-05-08 13:56:20 +00:00
"@push.rocks/smartpromise" : "^4.2.4" ,
"@push.rocks/smartregistry" : "^2.9.2" ,
"@push.rocks/smartrequest" : "^5.0.3" ,
2025-04-25 15:57:35 +00:00
"@push.rocks/smartrx" : "^3.0.10" ,
2026-05-08 13:56:20 +00:00
"@push.rocks/smartsamba" : "^0.2.0" ,
"@push.rocks/smartssh" : "^2.1.0" ,
"@push.rocks/smartstate" : "^2.3.1" ,
"@push.rocks/smartstream" : "^3.4.2" ,
"@push.rocks/smartstring" : "^4.1.1" ,
2024-05-05 17:21:04 +02:00
"@push.rocks/smartunique" : "^3.0.9" ,
2026-05-08 13:56:20 +00:00
"@push.rocks/taskbuffer" : "^8.0.2" ,
"@push.rocks/webjwt" : "^1.0.10" ,
"@serve.zone/api" : "^5.3.7" ,
"@serve.zone/interfaces" : "^5.6.0" ,
"@tsclass/tsclass" : "^9.5.1"
2024-04-20 12:21:41 +02:00
} ,
"files" : [
"ts/**/*" ,
2026-05-08 13:56:20 +00:00
"ts_cliclient/**/*" ,
2024-04-20 12:21:41 +02:00
"ts_web/**/*" ,
2026-05-08 13:56:20 +00:00
"dist_serve/**/*" ,
2024-04-20 12:21:41 +02:00
"dist_ts/**/*" ,
2026-05-08 13:56:20 +00:00
"dist_ts_cliclient/**/*" ,
2024-04-20 12:21:41 +02:00
"dist_ts_web/**/*" ,
"assets/**/*" ,
"cli.js" ,
2026-04-29 08:13:29 +00:00
".smartconfig.json" ,
2024-04-20 12:21:41 +02:00
"readme.md"
] ,
"browserslist" : [
"last 1 chrome versions"
] ,
"repository" : {
"type" : "git" ,
"url" : "git+https://gitlab.com/servezone/private/cloudly.git"
} ,
"bugs" : {
"url" : "https://gitlab.com/servezone/private/cloudly/issues"
} ,
"homepage" : "https://gitlab.com/servezone/private/cloudly#readme" ,
"keywords" : [
2024-06-20 19:20:16 +02:00
"multi-cloud management" ,
2024-06-20 19:00:58 +02:00
"Docker Swarmkit" ,
2024-06-20 19:20:16 +02:00
"container orchestration" ,
"cloud services" ,
2024-10-28 21:49:43 +01:00
"API integration" ,
"web interface" ,
"CLI" ,
"CI/CD integration" ,
"cloud providers" ,
2024-04-20 12:21:41 +02:00
"DigitalOcean" ,
"Hetzner Cloud" ,
"Cloudflare" ,
2024-05-28 18:45:34 +02:00
"TypeScript" ,
2024-10-28 21:49:43 +01:00
"Node.js" ,
2024-05-28 18:45:34 +02:00
"infrastructure automation" ,
"devOps" ,
2024-06-20 19:00:58 +02:00
"secret management" ,
2024-10-28 21:49:43 +01:00
"configuration management" ,
2024-06-20 19:00:58 +02:00
"task scheduling" ,
2024-10-28 21:49:43 +01:00
"logging" ,
"SSL management" ,
"system logging" ,
"cloud API client" ,
2024-06-20 19:00:58 +02:00
"frontend" ,
"backend" ,
2024-10-28 21:49:43 +01:00
"security"
2025-04-25 15:57:35 +00:00
] ,
"packageManager" : "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
2024-10-28 21:49:43 +01:00
}