coretraffic/package.json

76 lines
2.1 KiB
JSON
Raw Normal View History

2024-05-15 10:10:41 +02:00
{
"name": "coretraffic",
2024-05-15 10:11:06 +02:00
"version": "1.0.185",
"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.",
2024-05-15 10:10:41 +02:00
"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"
2024-05-15 10:10:41 +02:00
],
"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",
2024-05-15 10:10:41 +02:00
"@api.global/typedsocket": "^3.0.1",
"@push.rocks/projectinfo": "^5.0.1",
"@push.rocks/qenv": "^6.1.0",
2024-05-15 10:10:41 +02:00
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartlog": "^3.0.7",
2024-05-15 10:10:41 +02:00
"@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",
2024-05-15 10:10:41 +02:00
"@push.rocks/smartstring": "^4.0.2",
"@push.rocks/taskbuffer": "^3.0.10",
"@serve.zone/interfaces": "^4.10.0",
"@tsclass/tsclass": "^4.2.0"
2024-05-15 10:10:41 +02:00
},
"devDependencies": {
"@git.zone/tsbuild": "^2.2.0",
"@git.zone/tsrun": "^1.3.3",
2024-05-15 10:10:41 +02:00
"@git.zone/tstest": "^1.0.74",
"@push.rocks/tapbundle": "^5.5.3",
"@types/node": "^22.10.2"
2024-05-15 10:10:41 +02:00
},
"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"
]
}