fix(core): update

This commit is contained in:
2024-04-14 01:02:06 +02:00
parent 3e5793f842
commit 19900d088e
5 changed files with 145 additions and 67 deletions

View File

@ -2,7 +2,7 @@
"name": "@push.rocks/smartcli",
"private": false,
"version": "4.0.9",
"description": "easy observable cli tasks",
"description": "A library for easily creating observable CLI tasks with support for commands, arguments, and options.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@ -16,10 +16,16 @@
"url": "https://gitlab.com/pushrocks/smartcli.git"
},
"keywords": [
"cli",
"promise",
"task",
"push.rocks"
"CLI",
"command line",
"observable",
"tasks",
"commands",
"arguments",
"options",
"typescript",
"node.js",
"development tool"
],
"author": "Lossless GmbH <office@lossless.com> (https://lossless.com)",
"license": "MIT",
@ -57,4 +63,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}