69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
{
|
|
"name": "@push.rocks/smartcli",
|
|
"private": false,
|
|
"version": "4.0.12",
|
|
"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/ --web)",
|
|
"build": "(tsbuild --web --allowimplicitany)",
|
|
"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 <office@lossless.com> (https://lossless.com)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/pushrocks/smartcli/issues"
|
|
},
|
|
"homepage": "https://code.foss.global/push.rocks/smartcli",
|
|
"dependencies": {
|
|
"@push.rocks/lik": "^6.0.15",
|
|
"@push.rocks/smartlog": "^3.0.6",
|
|
"@push.rocks/smartobject": "^1.0.12",
|
|
"@push.rocks/smartpromise": "^4.0.3",
|
|
"@push.rocks/smartrx": "^3.0.3",
|
|
"yargs-parser": "21.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.1.80",
|
|
"@git.zone/tsrun": "^1.2.42",
|
|
"@git.zone/tstest": "^1.0.90",
|
|
"@push.rocks/tapbundle": "^5.0.23",
|
|
"@types/node": "^20.12.12"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
]
|
|
}
|