{ "name": "@push.rocks/smartcli", "private": false, "version": "4.0.20", "description": "A library that simplifies building reactive command-line applications using observables, with robust support for commands, arguments, options, aliases, and asynchronous operation management.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "scripts": { "test": "(tstest test/ --verbose)", "build": "tsbuild --web", "buildDocs": "tsdoc" }, "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartcli.git" }, "keywords": [ "CLI", "command line", "observable", "reactive", "asynchronous", "commands", "arguments", "options", "alias", "typescript", "node.js", "development tool" ], "author": "Lossless GmbH (https://lossless.com)", "license": "MIT", "bugs": { "url": "https://code.foss.global/push.rocks/smartcli/issues" }, "homepage": "https://code.foss.global/push.rocks/smartcli", "dependencies": { "@push.rocks/lik": "^6.4.1", "@push.rocks/smartlog": "^3.2.2", "@push.rocks/smartobject": "^1.0.12", "@push.rocks/smartpromise": "^4.2.3", "@push.rocks/smartrx": "^3.0.10", "yargs-parser": "22.0.0" }, "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tsrun": "^2.0.3", "@git.zone/tstest": "^3.6.3", "@types/node": "^25.6.0", "@types/yargs-parser": "^21.0.3" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", ".smartconfig.json", "LICENSE", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "packageManager": "pnpm@10.28.2" }