github.com/jfrog/frogbot@v1.1.1-0.20231221090046-821a26f50338/action/node_modules/@actions/http-client/package.json (about)

     1  {
     2    "name": "@actions/http-client",
     3    "version": "2.0.1",
     4    "description": "Actions Http Client",
     5    "keywords": [
     6      "github",
     7      "actions",
     8      "http"
     9    ],
    10    "homepage": "https://github.com/actions/toolkit/tree/main/packages/http-client",
    11    "license": "MIT",
    12    "main": "lib/index.js",
    13    "types": "lib/index.d.ts",
    14    "directories": {
    15      "lib": "lib",
    16      "test": "__tests__"
    17    },
    18    "files": [
    19      "lib",
    20      "!.DS_Store"
    21    ],
    22    "publishConfig": {
    23      "access": "public"
    24    },
    25    "repository": {
    26      "type": "git",
    27      "url": "git+https://github.com/actions/toolkit.git",
    28      "directory": "packages/http-client"
    29    },
    30    "scripts": {
    31      "audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
    32      "test": "echo \"Error: run tests from root\" && exit 1",
    33      "build": "tsc",
    34      "format": "prettier --write **/*.ts",
    35      "format-check": "prettier --check **/*.ts",
    36      "tsc": "tsc"
    37    },
    38    "bugs": {
    39      "url": "https://github.com/actions/toolkit/issues"
    40    },
    41    "devDependencies": {
    42      "@types/tunnel": "0.0.3",
    43      "proxy": "^1.0.1"
    44    },
    45    "dependencies": {
    46      "tunnel": "^0.0.6"
    47    }
    48  }