@wundergraph/straightforward
Version:
A straightforward forward-proxy.
71 lines (70 loc) • 1.53 kB
JSON
{
"name": "@wundergraph/straightforward",
"version": "4.2.5",
"description": "A straightforward forward-proxy.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"/dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"repository": "wundergraph/straightforward",
"author": "berstend",
"license": "MIT",
"bugs": {
"url": "https://github.com/wundergraph/straightforward/issues"
},
"engines": {
"node": ">=16"
},
"bin": {
"straightforward": "./cli.js"
},
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --clean",
"watch": "npm run build -- --watch src",
"test": "ava -v",
"ts": "node -r esbuild-register",
"prepublishOnly": "npm run build"
},
"keywords": [
"straightforward",
"forward-proxy",
"proxy",
"squid",
"self-contained",
"http",
"https",
"wss",
"connect",
"request",
"cli"
],
"dependencies": {
"debug": "^4.3.4",
"yargs": "^17.7.1"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/node": "^18.16.0",
"ava": "^5.2.0",
"esbuild": "^0.17.18",
"esbuild-register": "^3.4.2",
"got-cjs": "^12.5.4",
"hpagent": "^1.2.0",
"proxy-agent": "^5.0.0",
"tsup": "^6.7.0",
"typescript": "^4.9.5"
}
}