{ "name": "@pushrocks/smartcli", "private": false, "version": "4.0.2", "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)", "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": { "@pushrocks/lik": "^6.0.0", "@pushrocks/smartlog": "^3.0.1", "@pushrocks/smartparam": "^1.1.6", "@pushrocks/smartpromise": "^3.1.3", "@pushrocks/smartrx": "^2.0.25", "@types/yargs": "^17.0.10", "@types/yargs-parser": "^21.0.0", "yargs-parser": "^21.0.1" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.25", "@gitzone/tsrun": "^1.2.12", "@gitzone/tstest": "^1.0.52", "@pushrocks/tapbundle": "^5.0.4", "@types/node": "^18.6.3" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }