68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"name": "@push.rocks/smartproxy",
|
|
"version": "3.1.0",
|
|
"private": false,
|
|
"description": "a proxy for handling high workloads of proxying",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "(tstest test/)",
|
|
"build": "(tsbuild --web --allowimplicitany)",
|
|
"format": "(gitzone format)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"devDependencies": {
|
|
"@gitzone/tsbuild": "^2.1.66",
|
|
"@gitzone/tsrun": "^1.2.44",
|
|
"@gitzone/tstest": "^1.0.77",
|
|
"@push.rocks/tapbundle": "^5.0.12",
|
|
"@types/node": "^20.4.5"
|
|
},
|
|
"dependencies": {
|
|
"@push.rocks/lik": "^6.0.3",
|
|
"@push.rocks/smartdelay": "^3.0.5",
|
|
"@push.rocks/smartpromise": "^4.0.3",
|
|
"@push.rocks/smartrequest": "^2.0.18",
|
|
"@push.rocks/smartstring": "^4.0.7",
|
|
"@tsclass/tsclass": "^4.0.42",
|
|
"@types/ws": "^8.5.5",
|
|
"ws": "^8.13.0"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"keywords": [
|
|
"proxy",
|
|
"network traffic",
|
|
"high workload",
|
|
"http",
|
|
"https",
|
|
"websocket",
|
|
"network routing",
|
|
"ssl redirect",
|
|
"port mapping",
|
|
"reverse proxy",
|
|
"authentication"
|
|
],
|
|
"homepage": "https://code.foss.global/push.rocks/smartproxy",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.foss.global/push.rocks/smartproxy.git"
|
|
}
|
|
}
|