smartproxy/package.json

67 lines
1.6 KiB
JSON
Raw Normal View History

2019-08-20 15:50:17 +00:00
{
2023-07-10 08:17:33 +00:00
"name": "@push.rocks/smartproxy",
2023-07-27 14:28:26 +00:00
"version": "3.0.60",
2019-08-20 15:50:17 +00:00
"private": false,
"description": "a proxy for handling high workloads of proxying",
2021-02-02 15:55:25 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2022-07-28 22:49:46 +00:00
"type": "module",
2019-08-20 15:50:17 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
2022-07-28 22:49:46 +00:00
"build": "(tsbuild --web --allowimplicitany)",
2022-07-28 23:52:34 +00:00
"format": "(gitzone format)",
"buildDocs": "tsdoc"
2019-08-20 15:50:17 +00:00
},
"devDependencies": {
2023-07-27 14:27:50 +00:00
"@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"
2019-08-20 15:50:17 +00:00
},
2019-08-20 16:42:52 +00:00
"dependencies": {
2023-07-27 14:27:50 +00:00
"@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"
2019-08-20 16:43:15 +00:00
},
"files": [
2020-02-07 13:04:11 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2021-02-02 15:55:25 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2020-02-07 13:04:11 +00:00
"dist_ts_web/**/*",
"assets/**/*",
2019-08-20 16:43:15 +00:00
"cli.js",
"npmextra.json",
"readme.md"
2021-02-02 15:55:25 +00:00
],
"browserslist": [
"last 1 chrome versions"
2024-04-14 16:10:41 +00:00
],
"keywords": [
"proxy",
"network traffic",
"high workload",
"http",
"https",
"websocket",
"network routing",
"ssl redirect",
"port mapping",
"reverse proxy",
"authentication"
2024-05-29 12:15:35 +00:00
],
"homepage": "https://code.foss.global/push.rocks/smartproxy",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartproxy.git"
}
2024-04-14 16:10:41 +00:00
}