2024-04-20 12:21:41 +02:00
{
"name" : "@serve.zone/cloudly" ,
2025-04-25 16:27:48 +00:00
"version" : "5.0.1" ,
2024-04-20 12:21:41 +02:00
"private" : false ,
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" : {
"." : "./dist/index.js" ,
"./apiclient" : "./dist_apiclient/index.js" ,
"./cliclient" : "./dist_cliclient/index.js" ,
"./web" : "./dist_web/index.js"
} ,
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" : {
"test" : "(tstest test/)" ,
2024-05-28 18:45:34 +02:00
"build" : "tsbuild tsfolders --web --allowimplicitany && tsbundle website --production" ,
2024-04-20 12:21:41 +02:00
"start" : "node cli.js" ,
"startTs" : "node cli.ts.js" ,
"watch" : "tswatch website" ,
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" : {
2025-04-25 15:57:35 +00:00
"@git.zone/tsbuild" : "^2.3.2" ,
"@git.zone/tsbundle" : "^2.2.5" ,
"@git.zone/tsdoc" : "^1.4.4" ,
2025-01-02 04:07:43 +01:00
"@git.zone/tspublish" : "^1.9.1" ,
2025-04-25 15:57:35 +00:00
"@git.zone/tstest" : "^1.0.96" ,
"@git.zone/tswatch" : "^2.1.0" ,
"@push.rocks/tapbundle" : "^5.6.3" ,
"@types/node" : "^22.15.2"
2024-04-20 12:21:41 +02:00
} ,
"dependencies" : {
2024-10-16 14:35:38 +02:00
"@api.global/typedrequest" : "3.1.10" ,
2024-10-27 19:50:39 +01:00
"@api.global/typedrequest-interfaces" : "^3.0.19" ,
2025-04-25 15:57:35 +00:00
"@api.global/typedserver" : "^3.0.74" ,
2024-05-05 17:21:04 +02:00
"@api.global/typedsocket" : "^3.0.1" ,
2024-04-20 12:21:41 +02:00
"@apiclient.xyz/cloudflare" : "^6.0.1" ,
2025-01-02 03:58:09 +01:00
"@apiclient.xyz/docker" : "^1.3.0" ,
2024-06-20 19:00:58 +02:00
"@apiclient.xyz/hetznercloud" : "^1.2.0" ,
2024-04-20 12:21:41 +02:00
"@apiclient.xyz/slack" : "^3.0.9" ,
2025-04-25 15:57:35 +00:00
"@design.estate/dees-catalog" : "^1.8.0" ,
"@design.estate/dees-domtools" : "^2.3.2" ,
"@design.estate/dees-element" : "^2.0.42" ,
2024-10-27 19:50:39 +01:00
"@git.zone/tsrun" : "^1.3.3" ,
2024-04-20 12:21:41 +02:00
"@push.rocks/early" : "^4.0.3" ,
2024-11-06 03:56:46 +01:00
"@push.rocks/npmextra" : "^5.1.2" ,
2024-04-20 12:21:41 +02:00
"@push.rocks/projectinfo" : "^5.0.1" ,
2024-12-14 20:32:17 +01:00
"@push.rocks/qenv" : "^6.1.0" ,
2024-06-20 19:00:58 +02:00
"@push.rocks/smartacme" : "^5.0.0" ,
2024-12-14 20:32:17 +01:00
"@push.rocks/smartbucket" : "^3.3.7" ,
2024-05-28 18:45:34 +02:00
"@push.rocks/smartcli" : "^4.0.11" ,
2024-06-20 19:00:58 +02:00
"@push.rocks/smartclickhouse" : "^2.0.17" ,
2025-04-25 15:57:35 +00:00
"@push.rocks/smartdata" : "^5.15.1" ,
2024-04-20 12:21:41 +02:00
"@push.rocks/smartdelay" : "^3.0.5" ,
2024-05-05 17:21:04 +02:00
"@push.rocks/smartexit" : "^1.0.23" ,
2025-04-25 15:57:35 +00:00
"@push.rocks/smartexpect" : "^1.6.1" ,
"@push.rocks/smartfile" : "^11.2.0" ,
2024-10-16 14:35:38 +02:00
"@push.rocks/smartguard" : "^3.1.0" ,
2024-05-05 17:21:04 +02:00
"@push.rocks/smartjson" : "^5.0.19" ,
2024-10-16 14:35:38 +02:00
"@push.rocks/smartjwt" : "^2.2.1" ,
2024-06-13 09:36:02 +02:00
"@push.rocks/smartlog" : "^3.0.7" ,
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" ,
2024-05-05 17:21:04 +02:00
"@push.rocks/smartpath" : "^5.0.18" ,
2025-04-25 15:57:35 +00:00
"@push.rocks/smartpromise" : "^4.2.3" ,
"@push.rocks/smartrequest" : "^2.1.0" ,
"@push.rocks/smartrx" : "^3.0.10" ,
2024-04-20 12:21:41 +02:00
"@push.rocks/smartssh" : "^2.0.1" ,
2024-10-16 14:35:38 +02:00
"@push.rocks/smartstate" : "^2.0.19" ,
2024-12-14 20:32:17 +01:00
"@push.rocks/smartstream" : "^3.2.5" ,
2024-04-20 12:21:41 +02:00
"@push.rocks/smartstring" : "^4.0.15" ,
2024-05-05 17:21:04 +02:00
"@push.rocks/smartunique" : "^3.0.9" ,
2024-04-20 12:21:41 +02:00
"@push.rocks/taskbuffer" : "^3.0.2" ,
"@push.rocks/webjwt" : "^1.0.9" ,
2025-04-25 15:57:35 +00:00
"@tsclass/tsclass" : "^9.0.0"
2024-04-20 12:21:41 +02:00
} ,
"files" : [
"ts/**/*" ,
"ts_web/**/*" ,
"dist/**/*" ,
"dist_*/**/*" ,
"dist_ts/**/*" ,
"dist_ts_web/**/*" ,
"assets/**/*" ,
"cli.js" ,
"npmextra.json" ,
"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
}