77 lines
2.1 KiB
JSON
77 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 --web --allowimplicitany)"
|
|
},
|
|
"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": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/servezone/coretraffic/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/servezone/coretraffic#README",
|
|
"dependencies": {
|
|
"@api.global/typedrequest": "^3.1.10",
|
|
"@api.global/typedsocket": "^3.0.1",
|
|
"@push.rocks/projectinfo": "^5.0.1",
|
|
"@push.rocks/qenv": "^6.1.0",
|
|
"@push.rocks/smartdelay": "^3.0.5",
|
|
"@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.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",
|
|
"@serve.zone/interfaces": "^4.10.0",
|
|
"@tsclass/tsclass": "^4.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.2.0",
|
|
"@git.zone/tsrun": "^1.3.3",
|
|
"@git.zone/tstest": "^1.0.74",
|
|
"@push.rocks/tapbundle": "^5.5.3",
|
|
"@types/node": "^22.10.2"
|
|
},
|
|
"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"
|
|
]
|
|
}
|