usezap-cli
Version:
Zap CLI - Command-line interface for Zap API client
77 lines (76 loc) • 1.73 kB
JSON
{
"name": "usezap-cli",
"author": "Varun Muppidi",
"version": "1.16.0",
"description": "Zap CLI - Command-line interface for Zap API client",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/your-username/usezap"
},
"main": "src/index.js",
"bin": {
"zap": "./bin/zap.js"
},
"keywords": [
"API",
"testing",
"automation",
"cli",
"command-line",
"zap",
"HTTP requests",
"rest-api",
"api-client",
"api-automation",
"request-handling",
"mock-api",
"http-client",
"async",
"promise",
"javascript",
"nodejs",
"automation-tool",
"postman-alternative",
"api-scripting"
],
"scripts": {
"test": "node --experimental-vm-modules $(npx which jest)"
},
"files": [
"src",
"bin",
"readme.md",
"changelog.md",
"package.json"
],
"dependencies": {
"@aws-sdk/credential-providers": "3.750.0",
"aws4-axios": "^3.3.0",
"axios": "^1.8.3",
"axios-ntlm": "^1.4.2",
"chai": "^4.3.7",
"chalk": "^3.0.0",
"decomment": "^0.9.5",
"form-data": "^4.0.0",
"fs-extra": "^10.1.0",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.2",
"iconv-lite": "^0.6.3",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"qs": "^6.11.0",
"socks-proxy-agent": "^8.0.2",
"tough-cookie": "^4.1.3",
"xmlbuilder": "^15.1.1",
"yargs": "^17.6.2",
"usezap-common": "0.1.0",
"usezap-js": "0.12.0",
"usezap-lang": "0.12.0",
"usezap-vm2": "3.9.19",
"usezap-requests": "^0.1.0",
"usezap-converters": "^0.1.0",
"usezap-performance": "0.1.0"
},
"homepage": "https://github.com/your-username/usezap#readme"
}