{ "name": "@actions/http-client", "version": "1.0.11", "description": "Actions Http Client", "main": "index.js", "scripts": { "build": "rm -Rf ./_out && tsc && cp package*.json ./_out && cp *.md ./_out && cp LICENSE ./_out && cp actions.png ./_out", "test": "jest", "format": "prettier --write *.ts && prettier --write **/*.ts", "format-check": "prettier --check *.ts && prettier --check **/*.ts", "audit-check": "npm audit --audit-level=moderate" }, "repository": { "type": "git", "url": "git+https://github.com/actions/http-client.git" }, "keywords": [ "Actions", "Http" ], "author": "GitHub, Inc.", "license": "MIT", "bugs": { "url": "https://github.com/actions/http-client/issues" }, "homepage": "https://github.com/actions/http-client#readme", "devDependencies": { "@types/jest": "^27.0.1", "@types/node": "^16.7.2", "jest": "^27.1.0", "prettier": "^2.3.2", "proxy": "^1.0.2", "ts-jest": "^27.0.5", "typescript": "^4.4.2" }, "dependencies": { "tunnel": "0.0.6" } }