{ "name": "tis-cli", "version": "1.0.0", "description": "", "main": "index.js", "bin": { "tis-cli": "bin/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@git.inscloudtech.com:kelvin/tis-cli.git" }, "author": "", "license": "ISC", "dependencies": { "commander": "^8.2.0", "inquirer": "^8.2.0" } }