cloudly/package.json

113 lines
3.4 KiB
JSON
Raw Normal View History

2024-04-20 10:21:41 +00:00
{
"name": "@serve.zone/cloudly",
2024-05-28 16:45:34 +00:00
"version": "1.0.216",
2024-04-20 10:21:41 +00:00
"private": false,
"description": "A cloud manager leveraging Docker Swarmkit for multi-cloud operations including DigitalOcean, Hetzner Cloud, and Cloudflare, with integration support and robust configuration management system.",
2024-04-20 10:21:41 +00:00
"type": "module",
"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",
"license": "MIT",
2024-04-20 10:21:41 +00:00
"scripts": {
"test": "(tstest test/)",
"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",
"localPublish": "gitzone commit"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.80",
2024-04-20 10:21:41 +00:00
"@git.zone/tsbundle": "^2.0.15",
2024-05-05 15:21:04 +00:00
"@git.zone/tstest": "^1.0.90",
2024-04-20 10:21:41 +00:00
"@git.zone/tswatch": "^2.0.23",
2024-05-05 15:21:04 +00:00
"@push.rocks/tapbundle": "^5.0.23",
"@types/node": "^20.12.12"
2024-04-20 10:21:41 +00:00
},
"dependencies": {
"@api.global/typedrequest": "3.0.25",
"@api.global/typedserver": "^3.0.50",
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",
"@apiclient.xyz/digitalocean": "^1.0.5",
"@apiclient.xyz/hetznercloud": "^1.0.18",
"@apiclient.xyz/slack": "^3.0.9",
"@design.estate/dees-catalog": "^1.0.289",
"@design.estate/dees-domtools": "^2.0.57",
"@design.estate/dees-element": "^2.0.34",
"@git.zone/tsrun": "^1.2.37",
"@push.rocks/early": "^4.0.3",
2024-05-05 15:21:04 +00:00
"@push.rocks/npmextra": "^5.0.13",
2024-04-20 10:21:41 +00:00
"@push.rocks/projectinfo": "^5.0.1",
"@push.rocks/qenv": "^6.0.5",
"@push.rocks/smartacme": "^4.0.8",
"@push.rocks/smartbucket": "^3.0.9",
"@push.rocks/smartcli": "^4.0.11",
2024-05-05 15:21:04 +00:00
"@push.rocks/smartdata": "^5.2.1",
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",
"@push.rocks/smartfile": "^11.0.15",
2024-04-20 10:21:41 +00:00
"@push.rocks/smartguard": "^2.0.1",
2024-05-05 15:21:04 +00:00
"@push.rocks/smartjson": "^5.0.19",
2024-04-20 10:21:41 +00:00
"@push.rocks/smartjwt": "^2.0.4",
"@push.rocks/smartlog": "^3.0.6",
2024-04-20 10:21:41 +00:00
"@push.rocks/smartlog-destination-clickhouse": "^1.0.11",
2024-05-05 15:21:04 +00:00
"@push.rocks/smartpath": "^5.0.18",
2024-04-20 10:21:41 +00:00
"@push.rocks/smartpromise": "^4.0.3",
2024-05-05 15:21:04 +00:00
"@push.rocks/smartrequest": "^2.0.22",
"@push.rocks/smartrx": "^3.0.7",
2024-04-20 10:21:41 +00:00
"@push.rocks/smartssh": "^2.0.1",
"@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",
"@serve.zone/interfaces": "^1.0.56",
2024-05-05 15:21:04 +00:00
"@tsclass/tsclass": "^4.0.54"
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": [
"cloud management",
2024-04-20 10:21:41 +00:00
"Docker Swarmkit",
"multi-cloud",
2024-04-20 10:21:41 +00:00
"DigitalOcean",
"Hetzner Cloud",
"Cloudflare",
"container orchestration",
"TypeScript",
2024-04-20 10:21:41 +00:00
"node.js",
"infrastructure automation",
"Cloudron",
"configuration management",
"SSL management",
"APIs",
"devOps",
"cloud integration"
2024-04-20 10:21:41 +00:00
]
2024-05-28 16:45:34 +00:00
}