{ "name": "@capterqa/cli", "version": "1.0.0-alpha.35", "description": "Capter is a lightweight end-to-end testing tool for APIs.", "main": "index.js", "author": "capter.io ", "license": "MIT", "homepage": "https://github.com/capterqa/cli", "bin": { "capter": "run.js" }, "scripts": { "postinstall": "node ./install.js" }, "files": [ "binary-install.js", "binary.js", "install.js", "run.js" ], "repository": { "url": "https://github.com/capterqa/cli" }, "dependencies": { "axios": "^0.27.2", "console.table": "^0.10.0", "rimraf": "^3.0.2" } }