{ "name": "@push.rocks/smartcli", "private": false, "version": "4.0.8", "description": "easy observable cli tasks", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "scripts": { "test": "(tstest test/ --web)", "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "tsdoc" }, "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": { "@push.rocks/lik": "^6.0.3", "@push.rocks/smartlog": "^3.0.1", "@push.rocks/smartparam": "^1.1.10", "@push.rocks/smartpromise": "^4.0.3", "@push.rocks/smartrx": "^3.0.3", "yargs-parser": "21.1.1" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.66", "@gitzone/tsrun": "^1.2.42", "@gitzone/tstest": "^1.0.74", "@push.rocks/tapbundle": "^5.0.4", "@types/node": "^20.4.1" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }