UNPKG

hawkclient-cli

Version:

hawkclient-cli, a cli to test apis collection

42 lines (41 loc) 905 B
{ "name": "hawkclient-cli", "version": "1.0.3", "private": false, "author": "Prashant Rathi <prashantrathi321@gmail.com>", "description": "hawkclient-cli, a cli to test apis collection", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "hawkclient": "./lib/cli.js" }, "keywords": [ "hawkclient", "CLI", "API", "testing", "api-testing", "newman-alternative", "postman-alternative", "REST", "automation", "rest-api" ], "dependencies": { "ajv": "^6.12.0", "aws4": "^1.13.2", "axios": "^1.10.0", "axios-ntlm": "^1.4.4", "chai": "^4.5.0", "chalk": "^4.1.2", "form-data": "^4.0.4", "http-proxy-agent": "^7.0.2", "https-proxy-agent": "^7.0.6", "js-yaml": "^4.1.0", "lodash": "^4.17.21", "node-fetch": "^2.6.6", "vm2": "^3.9.19", "yargs": "^17.7.2" } }