{ "name": "@pushrocks/smartcli", "private": false, "version": "3.0.5", "description": "nodejs wrapper for CLI related tasks", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)" }, "repository": { "type": "git", "url": "https://gitlab.com/pushrocks/smartcli.git" }, "keywords": [ "cli", "promise", "task", "push.rocks" ], "author": "Lossless GmbH (https://lossless.com)", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartcli/issues" }, "homepage": "https://gitlab.com/pushrocks/smartcli", "dependencies": { "@pushrocks/lik": "^3.0.1", "@pushrocks/smartlog": "^2.0.1", "@pushrocks/smartparam": "^1.0.4", "@pushrocks/smartpromise": "^2.0.5", "@types/yargs": "^11.1.1", "rxjs": "^6.3.2", "yargs": "^12.0.2" }, "devDependencies": { "@gitzone/tsbuild": "^2.0.22", "@gitzone/tsrun": "^1.1.12", "@gitzone/tstest": "^1.0.15", "@pushrocks/tapbundle": "^3.0.7", "@types/node": "^10.9.4" } }