95 lines
2.6 KiB
JSON
95 lines
2.6 KiB
JSON
{
|
|
"name": "@servezone_private/coreflow",
|
|
"version": "1.0.130",
|
|
"description": "A comprehensive solution for managing Docker and scaling applications across servers, handling tasks from service provisioning to network traffic management.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "(tstest test/ --web)",
|
|
"start": "(node --max_old_space_size=500 ./cli.js)",
|
|
"startTs": "(node cli.ts.js)",
|
|
"build": "(tsbuild --web --allowimplicitany)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"bin": {
|
|
"coreflow": "dist/cli.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.com/pushrocks/coreflow.git"
|
|
},
|
|
"keywords": [
|
|
"Docker",
|
|
"Service scaling",
|
|
"Networking",
|
|
"Server management",
|
|
"Continuous deployment",
|
|
"Microservices",
|
|
"Load balancing",
|
|
"Task scheduling",
|
|
"Web services",
|
|
"Container management",
|
|
"Cluster configuration",
|
|
"DevOps tools",
|
|
"Cloud services integration",
|
|
"Security management",
|
|
"High availability services",
|
|
"Multi-cloud orchestration",
|
|
"Service discovery",
|
|
"Distributed systems"
|
|
],
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/pushrocks/coreflow/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/pushrocks/coreflow#readme",
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.1.66",
|
|
"@git.zone/tsrun": "^1.2.46",
|
|
"@git.zone/tstest": "^1.0.77",
|
|
"@git.zone/tswatch": "^2.0.7",
|
|
"@push.rocks/tapbundle": "^5.0.8"
|
|
},
|
|
"dependencies": {
|
|
"@api.global/typedrequest": "^3.0.4",
|
|
"@api.global/typedsocket": "^3.0.0",
|
|
"@apiclient.xyz/docker": "^1.0.105",
|
|
"@push.rocks/early": "^4.0.3",
|
|
"@push.rocks/lik": "^6.0.2",
|
|
"@push.rocks/projectinfo": "^5.0.1",
|
|
"@push.rocks/qenv": "^6.0.4",
|
|
"@push.rocks/smartcli": "^4.0.6",
|
|
"@push.rocks/smartdelay": "^3.0.1",
|
|
"@push.rocks/smartlog": "^3.0.2",
|
|
"@push.rocks/smartnetwork": "3.0.2",
|
|
"@push.rocks/smartpath": "^5.0.5",
|
|
"@push.rocks/smartpromise": "^4.0.2",
|
|
"@push.rocks/smartrequest": "^2.0.15",
|
|
"@push.rocks/smartrx": "^3.0.2",
|
|
"@push.rocks/smartstate": "^2.0.6",
|
|
"@push.rocks/smartstring": "^4.0.7",
|
|
"@push.rocks/taskbuffer": "^3.0.10",
|
|
"@serve.zone/api": "^2.0.27",
|
|
"@serve.zone/interfaces": "^1.0.13",
|
|
"@tsclass/tsclass": "^4.0.46",
|
|
"@types/node": "20.11.16"
|
|
},
|
|
"private": true,
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
]
|
|
} |