fix(core): Removed GitLab CI configuration and updated npm, gitzone settings

This commit is contained in:
2024-12-29 22:51:34 +01:00
parent 44ec964814
commit 9d2e3e640a
11 changed files with 4230 additions and 809 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "coretraffic",
"version": "1.0.185",
"description": "route traffic within your docker setup. TypeScript ready.",
"description": "CoreTraffic is a TypeScript-based solution for routing and managing network traffic within a Docker setup, featuring SSL redirection and Coreflow integration for real-time configuration updates.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -16,7 +16,15 @@
"url": "git+ssh://git@gitlab.com/servezone/coretraffic.git"
},
"keywords": [
"traffic"
"traffic management",
"Docker",
"TypeScript",
"routing",
"network proxy",
"SSL redirection",
"Coreflow",
"real-time updates",
"task management"
],
"author": "Lossless GmbH",
"license": "MIT",
@@ -25,29 +33,29 @@
},
"homepage": "https://gitlab.com/servezone/coretraffic#README",
"dependencies": {
"@api.global/typedrequest": "^3.0.23",
"@api.global/typedrequest": "^3.1.10",
"@api.global/typedsocket": "^3.0.1",
"@losslessone_private/loint-cloudly": "^2.0.85",
"@losslessone_private/lole-log": "^2.0.16",
"@push.rocks/projectinfo": "^5.0.1",
"@push.rocks/qenv": "^6.0.5",
"@push.rocks/qenv": "^6.1.0",
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartlog": "^3.0.3",
"@push.rocks/smartlog": "^3.0.7",
"@push.rocks/smartlog-destination-receiver": "^2.0.3",
"@push.rocks/smartpath": "^5.0.5",
"@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/smartproxy": "^3.0.58",
"@push.rocks/smartrequest": "^2.0.10",
"@push.rocks/smartshell": "^3.0.5",
"@push.rocks/smartpromise": "^4.0.4",
"@push.rocks/smartproxy": "^3.1.0",
"@push.rocks/smartrequest": "^2.0.23",
"@push.rocks/smartshell": "^3.2.2",
"@push.rocks/smartstring": "^4.0.2",
"@push.rocks/taskbuffer": "^3.0.10"
"@push.rocks/taskbuffer": "^3.0.10",
"@serve.zone/interfaces": "^4.10.0",
"@tsclass/tsclass": "^4.2.0"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.65",
"@git.zone/tsrun": "^1.2.39",
"@git.zone/tsbuild": "^2.2.0",
"@git.zone/tsrun": "^1.3.3",
"@git.zone/tstest": "^1.0.74",
"@push.rocks/tapbundle": "^5.0.4",
"@types/node": "^18.11.18"
"@push.rocks/tapbundle": "^5.5.3",
"@types/node": "^22.10.2"
},
"private": true,
"files": [
@@ -65,4 +73,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}