{ "name": "@pushrocks/smartshell", "private": false, "version": "2.0.10", "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.0.22", "@gitzone/tsrun": "^1.1.13", "@gitzone/tstest": "^1.0.15", "@pushrocks/tapbundle": "^3.0.7", "@types/node": "^10.12.10", "tslint": "^5.11.0", "tslint-config-prettier": "^1.16.0" }, "dependencies": { "@pushrocks/smartpromise": "^2.0.5", "@types/which": "^1.3.1", "which": "^1.3.1" } }