1 | {
|
2 | "name": "agent-base",
|
3 | "version": "7.1.3",
|
4 | "description": "Turn a function into an `http.Agent` instance",
|
5 | "main": "./dist/index.js",
|
6 | "types": "./dist/index.d.ts",
|
7 | "files": [
|
8 | "dist"
|
9 | ],
|
10 | "repository": {
|
11 | "type": "git",
|
12 | "url": "https://github.com/TooTallNate/proxy-agents.git",
|
13 | "directory": "packages/agent-base"
|
14 | },
|
15 | "keywords": [
|
16 | "http",
|
17 | "agent",
|
18 | "base",
|
19 | "barebones",
|
20 | "https"
|
21 | ],
|
22 | "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
|
23 | "license": "MIT",
|
24 | "devDependencies": {
|
25 | "@types/debug": "^4.1.7",
|
26 | "@types/jest": "^29.5.1",
|
27 | "@types/node": "^14.18.45",
|
28 | "@types/semver": "^7.3.13",
|
29 | "@types/ws": "^6.0.4",
|
30 | "async-listen": "^3.0.0",
|
31 | "jest": "^29.5.0",
|
32 | "ts-jest": "^29.1.0",
|
33 | "typescript": "^5.0.4",
|
34 | "ws": "^5.2.4",
|
35 | "tsconfig": "0.0.0"
|
36 | },
|
37 | "engines": {
|
38 | "node": ">= 14"
|
39 | },
|
40 | "scripts": {
|
41 | "build": "tsc",
|
42 | "test": "jest --env node --verbose --bail",
|
43 | "lint": "eslint . --ext .ts",
|
44 | "pack": "node ../../scripts/pack.mjs"
|
45 | }
|
46 | } |
\ | No newline at end of file |