f40ef6b7c0
Align Cloudly with the current typedserver, smartconfig, smartstate, and Docker tooling releases so builds and Docker output stay compatible with the upgraded stack.
139 lines
4.3 KiB
JSON
139 lines
4.3 KiB
JSON
{
|
|
"name": "@serve.zone/cloudly",
|
|
"version": "5.5.1",
|
|
"private": true,
|
|
"description": "A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./dist_ts/index.js",
|
|
"./cliclient": "./dist_ts_cliclient/index.js",
|
|
"./web": "./dist_ts_web/index.js"
|
|
},
|
|
"author": "Task Venture Capital GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "(tstest test/ --verbose --logfile --timeout 120)",
|
|
"build": "tsbuild tsfolders && tsbundle",
|
|
"build:docker": "tsdocker build --verbose",
|
|
"start": "node cli.js",
|
|
"startTs": "node cli.ts.js",
|
|
"watch": "tswatch",
|
|
"release:docker": "tsdocker push --verbose",
|
|
"publish": "tspublish",
|
|
"docs": "tsdoc aidoc"
|
|
},
|
|
"devDependencies": {
|
|
"@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"
|
|
},
|
|
"dependencies": {
|
|
"@api.global/typedrequest": "3.3.1",
|
|
"@api.global/typedrequest-interfaces": "^3.0.19",
|
|
"@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",
|
|
"@apiclient.xyz/slack": "^3.0.9",
|
|
"@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",
|
|
"@push.rocks/smartexpect": "^2.5.0",
|
|
"@push.rocks/smartfile": "^13.1.3",
|
|
"@push.rocks/smartguard": "^3.1.0",
|
|
"@push.rocks/smartjson": "^6.0.1",
|
|
"@push.rocks/smartjwt": "^2.2.2",
|
|
"@push.rocks/smartlog": "^3.2.2",
|
|
"@push.rocks/smartlog-destination-clickhouse": "^1.0.13",
|
|
"@push.rocks/smartlog-interfaces": "^3.0.2",
|
|
"@push.rocks/smartpath": "^6.0.0",
|
|
"@push.rocks/smartpromise": "^4.2.4",
|
|
"@push.rocks/smartregistry": "^2.9.2",
|
|
"@push.rocks/smartrequest": "^5.0.3",
|
|
"@push.rocks/smartrx": "^3.0.10",
|
|
"@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",
|
|
"@push.rocks/smartunique": "^3.0.9",
|
|
"@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"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_cliclient/**/*",
|
|
"ts_web/**/*",
|
|
"dist_serve/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_cliclient/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
".smartconfig.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": [
|
|
"multi-cloud management",
|
|
"Docker Swarmkit",
|
|
"container orchestration",
|
|
"cloud services",
|
|
"API integration",
|
|
"web interface",
|
|
"CLI",
|
|
"CI/CD integration",
|
|
"cloud providers",
|
|
"DigitalOcean",
|
|
"Hetzner Cloud",
|
|
"Cloudflare",
|
|
"TypeScript",
|
|
"Node.js",
|
|
"infrastructure automation",
|
|
"devOps",
|
|
"secret management",
|
|
"configuration management",
|
|
"task scheduling",
|
|
"logging",
|
|
"SSL management",
|
|
"system logging",
|
|
"cloud API client",
|
|
"frontend",
|
|
"backend",
|
|
"security"
|
|
],
|
|
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
|
|
}
|