{ "name": "@pushrocks/smartshell", "private": false, "version": "2.0.18", "description": "shell actions designed as promises", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/pushrocks/smartshell.git" }, "keywords": [ "shell", "promise" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartshell/issues" }, "homepage": "https://gitlab.com/pushrocks/smartshell#README", "devDependencies": { "@gitzone/tsbuild": "^2.1.11", "@gitzone/tsrun": "^1.2.6", "@gitzone/tstest": "^1.0.22", "@pushrocks/tapbundle": "^3.0.9", "@types/node": "^12.0.2", "tslint": "^5.16.0", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@pushrocks/smartexit": "^1.0.11", "@pushrocks/smartpromise": "^3.0.2", "@types/which": "^1.3.1", "which": "^1.3.1" } }