{ "name": "@pushrocks/smartshell", "private": false, "version": "2.0.25", "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.17", "@gitzone/tsrun": "^1.2.8", "@gitzone/tstest": "^1.0.24", "@pushrocks/tapbundle": "^3.0.13", "@types/node": "^12.7.2", "tslint": "^5.19.0", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@pushrocks/smartdelay": "^2.0.3", "@pushrocks/smartexit": "^1.0.15", "@pushrocks/smartpromise": "^3.0.2", "@types/which": "^1.3.1", "tree-kill": "^1.2.2", "which": "^1.3.1" }, "files": [ "ts/*", "ts_web/*", "dist/*", "dist_web/*", "dist_ts_web/*", "assets/*", "cli.js", "npmextra.json", "readme.md" ] }