2024-04-20 10:21:41 +00:00
{
"name" : "@serve.zone/cloudly" ,
2024-11-18 18:52:15 +00:00
"version" : "4.4.0" ,
2024-04-20 10:21:41 +00:00
"private" : false ,
2024-10-28 20:49:43 +00: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 10:21:41 +00:00
"type" : "module" ,
2024-05-28 16:45:34 +00:00
"exports" : {
"." : "./dist/index.js" ,
"./apiclient" : "./dist_apiclient/index.js" ,
"./cliclient" : "./dist_cliclient/index.js" ,
"./web" : "./dist_web/index.js"
} ,
2024-04-20 10:21:41 +00:00
"author" : "Task Venture Capital GmbH" ,
2024-05-28 16:45:34 +00:00
"license" : "MIT" ,
2024-04-20 10:21:41 +00:00
"scripts" : {
"test" : "(tstest test/)" ,
2024-05-28 16:45:34 +00:00
"build" : "tsbuild tsfolders --web --allowimplicitany && tsbundle website --production" ,
2024-04-20 10:21:41 +00:00
"start" : "node cli.js" ,
"startTs" : "node cli.ts.js" ,
"watch" : "tswatch website" ,
2024-10-28 15:55:25 +00:00
"publish" : "tspublish" ,
2024-10-28 20:49:43 +00:00
"docs" : "tsdoc aidoc"
2024-04-20 10:21:41 +00:00
} ,
"devDependencies" : {
2024-11-05 01:06:44 +00:00
"@git.zone/tsbuild" : "^2.2.0" ,
2024-10-27 18:50:39 +00:00
"@git.zone/tsbundle" : "^2.1.0" ,
2024-10-28 20:49:43 +00:00
"@git.zone/tsdoc" : "^1.4.2" ,
2024-11-05 01:21:06 +00:00
"@git.zone/tspublish" : "^1.7.7" ,
2024-05-05 15:21:04 +00:00
"@git.zone/tstest" : "^1.0.90" ,
2024-10-27 18:50:39 +00:00
"@git.zone/tswatch" : "^2.0.25" ,
2024-11-06 20:16:12 +00:00
"@push.rocks/tapbundle" : "^5.5.0" ,
2024-11-05 20:31:15 +00:00
"@types/node" : "^22.9.0"
2024-04-20 10:21:41 +00:00
} ,
"dependencies" : {
2024-10-16 12:35:38 +00:00
"@api.global/typedrequest" : "3.1.10" ,
2024-10-27 18:50:39 +00:00
"@api.global/typedrequest-interfaces" : "^3.0.19" ,
2024-10-16 12:35:38 +00:00
"@api.global/typedserver" : "^3.0.51" ,
2024-05-05 15:21:04 +00:00
"@api.global/typedsocket" : "^3.0.1" ,
2024-04-20 10:21:41 +00:00
"@apiclient.xyz/cloudflare" : "^6.0.1" ,
2024-10-16 12:35:38 +00:00
"@apiclient.xyz/docker" : "^1.2.7" ,
2024-06-20 17:00:58 +00:00
"@apiclient.xyz/hetznercloud" : "^1.2.0" ,
2024-04-20 10:21:41 +00:00
"@apiclient.xyz/slack" : "^3.0.9" ,
2024-11-16 15:08:50 +00:00
"@design.estate/dees-catalog" : "^1.3.1" ,
2024-10-16 12:35:38 +00:00
"@design.estate/dees-domtools" : "^2.0.64" ,
"@design.estate/dees-element" : "^2.0.39" ,
2024-10-27 18:50:39 +00:00
"@git.zone/tsrun" : "^1.3.3" ,
2024-04-20 10:21:41 +00:00
"@push.rocks/early" : "^4.0.3" ,
2024-11-06 02:56:46 +00:00
"@push.rocks/npmextra" : "^5.1.2" ,
2024-04-20 10:21:41 +00:00
"@push.rocks/projectinfo" : "^5.0.1" ,
"@push.rocks/qenv" : "^6.0.5" ,
2024-06-20 17:00:58 +00:00
"@push.rocks/smartacme" : "^5.0.0" ,
2024-10-21 12:23:43 +00:00
"@push.rocks/smartbucket" : "^3.0.23" ,
2024-05-28 16:45:34 +00:00
"@push.rocks/smartcli" : "^4.0.11" ,
2024-06-20 17:00:58 +00:00
"@push.rocks/smartclickhouse" : "^2.0.17" ,
2024-10-16 12:35:38 +00:00
"@push.rocks/smartdata" : "^5.2.10" ,
2024-04-20 10:21:41 +00:00
"@push.rocks/smartdelay" : "^3.0.5" ,
2024-05-05 15:21:04 +00:00
"@push.rocks/smartexit" : "^1.0.23" ,
2024-08-25 12:29:26 +00:00
"@push.rocks/smartexpect" : "^1.2.1" ,
"@push.rocks/smartfile" : "^11.0.21" ,
2024-10-16 12:35:38 +00:00
"@push.rocks/smartguard" : "^3.1.0" ,
2024-05-05 15:21:04 +00:00
"@push.rocks/smartjson" : "^5.0.19" ,
2024-10-16 12:35:38 +00:00
"@push.rocks/smartjwt" : "^2.2.1" ,
2024-06-13 07:36:02 +00:00
"@push.rocks/smartlog" : "^3.0.7" ,
2024-06-20 17:00:58 +00:00
"@push.rocks/smartlog-destination-clickhouse" : "^1.0.13" ,
2024-10-27 18:50:39 +00:00
"@push.rocks/smartlog-interfaces" : "^3.0.2" ,
2024-05-05 15:21:04 +00:00
"@push.rocks/smartpath" : "^5.0.18" ,
2024-08-25 12:29:26 +00:00
"@push.rocks/smartpromise" : "^4.0.4" ,
2024-11-06 20:16:12 +00:00
"@push.rocks/smartrequest" : "^2.0.23" ,
2024-05-28 16:45:34 +00:00
"@push.rocks/smartrx" : "^3.0.7" ,
2024-04-20 10:21:41 +00:00
"@push.rocks/smartssh" : "^2.0.1" ,
2024-10-16 12:35:38 +00:00
"@push.rocks/smartstate" : "^2.0.19" ,
"@push.rocks/smartstream" : "^3.2.4" ,
2024-04-20 10:21:41 +00:00
"@push.rocks/smartstring" : "^4.0.15" ,
2024-05-05 15:21:04 +00:00
"@push.rocks/smartunique" : "^3.0.9" ,
2024-04-20 10:21:41 +00:00
"@push.rocks/taskbuffer" : "^3.0.2" ,
"@push.rocks/webjwt" : "^1.0.9" ,
2024-08-25 12:29:26 +00:00
"@tsclass/tsclass" : "^4.1.2"
2024-04-20 10:21:41 +00: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 17:20:16 +00:00
"multi-cloud management" ,
2024-06-20 17:00:58 +00:00
"Docker Swarmkit" ,
2024-06-20 17:20:16 +00:00
"container orchestration" ,
"cloud services" ,
2024-10-28 20:49:43 +00:00
"API integration" ,
"web interface" ,
"CLI" ,
"CI/CD integration" ,
"cloud providers" ,
2024-04-20 10:21:41 +00:00
"DigitalOcean" ,
"Hetzner Cloud" ,
"Cloudflare" ,
2024-05-28 16:45:34 +00:00
"TypeScript" ,
2024-10-28 20:49:43 +00:00
"Node.js" ,
2024-05-28 16:45:34 +00:00
"infrastructure automation" ,
"devOps" ,
2024-06-20 17:00:58 +00:00
"secret management" ,
2024-10-28 20:49:43 +00:00
"configuration management" ,
2024-06-20 17:00:58 +00:00
"task scheduling" ,
2024-10-28 20:49:43 +00:00
"logging" ,
"SSL management" ,
"system logging" ,
"cloud API client" ,
2024-06-20 17:00:58 +00:00
"frontend" ,
"backend" ,
2024-10-28 20:49:43 +00:00
"security"
2024-04-20 10:21:41 +00:00
]
2024-10-28 20:49:43 +00:00
}