{ "name": "smartcli", "version": "2.0.4", "description": "nodejs wrapper for CLI related tasks", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)", "testm": "(cd ts/compile && gulp) && (node test.js jazz jam --awesome)", "devTest": "(npm test) && (node test.js --test true)", "reinstall": "(rm -r node_modules && npm install)", "release": "(git pull origin master && npm version patch && git push origin master && git checkout release && git merge master && git push origin release && git checkout master)", "startdev": "(git checkout master && git pull origin master)" }, "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": { "@types/yargs": "6.x.x", "beautylog": "^6.1.10", "lik": "^1.0.30", "rxjs": "^5.3.0", "smartparam": "0.1.1", "smartq": "^1.1.1", "typings-global": "^1.0.16", "yargs": "^7.1.0" }, "devDependencies": { "tapbundle": "^1.0.5" } }