76 lines
2.1 KiB
JSON
76 lines
2.1 KiB
JSON
{
|
|
"name": "coretraffic",
|
|
"version": "1.0.186",
|
|
"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",
|
|
"scripts": {
|
|
"start": "node --max_old_space_size=1000 cli.js",
|
|
"startTs": "node cli.ts.js",
|
|
"test": "(tstest test/)",
|
|
"build": "(tsbuild)"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@gitlab.com/servezone/coretraffic.git"
|
|
},
|
|
"keywords": [
|
|
"traffic management",
|
|
"Docker",
|
|
"TypeScript",
|
|
"routing",
|
|
"network proxy",
|
|
"SSL redirection",
|
|
"Coreflow",
|
|
"real-time updates",
|
|
"task management"
|
|
],
|
|
"author": "Task Venture Capital GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/servezone/coretraffic/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/servezone/coretraffic#README",
|
|
"dependencies": {
|
|
"@api.global/typedrequest": "^3.3.0",
|
|
"@api.global/typedsocket": "^4.1.2",
|
|
"@push.rocks/projectinfo": "^5.1.0",
|
|
"@push.rocks/qenv": "^6.1.3",
|
|
"@push.rocks/smartdelay": "^3.0.5",
|
|
"@push.rocks/smartlog": "^3.0.7",
|
|
"@push.rocks/smartlog-destination-receiver": "^2.0.3",
|
|
"@push.rocks/smartpath": "^6.0.0",
|
|
"@push.rocks/smartpromise": "^4.0.4",
|
|
"@push.rocks/smartproxy": "^27.9.0",
|
|
"@push.rocks/smartrequest": "^5.0.1",
|
|
"@push.rocks/smartshell": "^3.3.8",
|
|
"@push.rocks/smartstring": "^4.0.2",
|
|
"@push.rocks/taskbuffer": "^8.0.2",
|
|
"@serve.zone/interfaces": "^5.4.4",
|
|
"@tsclass/tsclass": "^9.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^4.4.0",
|
|
"@git.zone/tsrun": "^2.0.2",
|
|
"@git.zone/tstest": "^3.6.3",
|
|
"@types/node": "^25.6.0"
|
|
},
|
|
"private": true,
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
".smartconfig.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
]
|
|
}
|