{ "name": "@pushrocks/smartshell", "private": false, "version": "2.0.30", "description": "shell actions designed as promises", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "scripts": { "test": "(tstest test/)", "build": "(tsbuild --web)", "buildDocs": "tsdoc" }, "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.66", "@gitzone/tsrun": "^1.2.42", "@gitzone/tstest": "^1.0.74", "@pushrocks/tapbundle": "^5.0.4", "@types/node": "^20.3.1" }, "dependencies": { "@pushrocks/smartdelay": "^3.0.1", "@pushrocks/smartexit": "^1.0.20", "@pushrocks/smartpromise": "^4.0.2", "@types/which": "^3.0.0", "tree-kill": "^1.2.2", "which": "^3.0.1" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }