49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "@pushrocks/smartproxy",
|
|
"version": "3.0.29",
|
|
"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.63",
|
|
"@gitzone/tstest": "^1.0.72",
|
|
"@pushrocks/tapbundle": "^5.0.4",
|
|
"@types/node": "^18.6.2"
|
|
},
|
|
"dependencies": {
|
|
"@pushrocks/lik": "^6.0.0",
|
|
"@pushrocks/smartdelay": "^2.0.13",
|
|
"@pushrocks/smartpromise": "^3.1.7",
|
|
"@pushrocks/smartrequest": "^2.0.6",
|
|
"@pushrocks/smartstring": "^4.0.2",
|
|
"@tsclass/tsclass": "^4.0.17",
|
|
"@types/ws": "^8.5.3",
|
|
"ws": "^8.8.1"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
]
|
|
}
|