UNPKG

veracode-cli

Version:

CLI to interact wit the Veracode REST & XML API

29 lines (28 loc) 656 B
{ "name": "veracode-cli", "version": "1.1.1", "description": "CLI to interact wit the Veracode REST & XML API", "main": "index.js", "bin": { "veracode": "./cli.js" }, "repository": { "type": "git", "url": "git+https://github.com/manrueda/veracode-cli.git" }, "keywords": [ "cli", "veracode", "api" ], "author": "Manuel Rueda <manuel.rueda.un@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/manrueda/veracode-cli/issues" }, "homepage": "https://github.com/manrueda/veracode-cli#readme", "dependencies": { "@jupiterone/veracode-client": "^0.1.3", "meow": "^5.0.0" } }