2015-10-04 23:21:10 +02:00
{
2023-07-10 02:42:41 +02:00
"name" : "@push.rocks/smartcli" ,
2018-06-28 23:57:40 +02:00
"private" : false ,
2025-04-01 14:19:35 +00:00
"version" : "4.0.12" ,
2025-04-01 14:19:35 +00:00
"description" : "A library that simplifies building reactive command-line applications using observables, with robust support for commands, arguments, options, aliases, and asynchronous operation management." ,
2020-04-13 21:44:27 +00:00
"main" : "dist_ts/index.js" ,
"typings" : "dist_ts/index.d.ts" ,
2022-08-03 17:00:36 +02:00
"type" : "module" ,
2015-10-04 23:21:10 +02:00
"scripts" : {
2021-04-07 20:28:57 +00:00
"test" : "(tstest test/ --web)" ,
2023-08-19 09:47:03 +02:00
"build" : "(tsbuild --web --allowimplicitany)" ,
2022-08-03 17:07:11 +02:00
"buildDocs" : "tsdoc"
2015-10-04 23:21:10 +02:00
} ,
"repository" : {
"type" : "git" ,
2024-05-29 14:12:09 +02:00
"url" : "https://code.foss.global/push.rocks/smartcli.git"
2015-10-04 23:21:10 +02:00
} ,
"keywords" : [
2024-04-14 01:02:06 +02:00
"CLI" ,
"command line" ,
"observable" ,
2025-04-01 14:19:35 +00:00
"reactive" ,
"asynchronous" ,
2024-04-14 01:02:06 +02:00
"commands" ,
"arguments" ,
"options" ,
2025-04-01 14:19:35 +00:00
"alias" ,
2024-04-14 01:02:06 +02:00
"typescript" ,
"node.js" ,
"development tool"
2015-10-04 23:21:10 +02:00
] ,
2016-11-19 17:41:11 +01:00
"author" : "Lossless GmbH <office@lossless.com> (https://lossless.com)" ,
2015-10-04 23:21:10 +02:00
"license" : "MIT" ,
"bugs" : {
2016-06-09 14:01:06 +02:00
"url" : "https://gitlab.com/pushrocks/smartcli/issues"
2015-10-04 23:21:10 +02:00
} ,
2024-05-29 14:12:09 +02:00
"homepage" : "https://code.foss.global/push.rocks/smartcli" ,
2015-10-05 23:33:57 +02:00
"dependencies" : {
2024-05-28 13:42:10 +02:00
"@push.rocks/lik" : "^6.0.15" ,
"@push.rocks/smartlog" : "^3.0.6" ,
"@push.rocks/smartobject" : "^1.0.12" ,
2023-07-12 15:09:53 +02:00
"@push.rocks/smartpromise" : "^4.0.3" ,
"@push.rocks/smartrx" : "^3.0.3" ,
"yargs-parser" : "21.1.1"
2015-10-05 23:33:57 +02:00
} ,
2015-10-04 23:21:10 +02:00
"devDependencies" : {
2024-05-28 13:42:10 +02:00
"@git.zone/tsbuild" : "^2.1.80" ,
2024-04-12 18:24:31 +02:00
"@git.zone/tsrun" : "^1.2.42" ,
2024-05-28 13:42:10 +02:00
"@git.zone/tstest" : "^1.0.90" ,
"@push.rocks/tapbundle" : "^5.0.23" ,
"@types/node" : "^20.12.12"
2020-03-11 22:49:43 +00:00
} ,
"files" : [
"ts/**/*" ,
"ts_web/**/*" ,
"dist/**/*" ,
2020-04-13 21:44:27 +00:00
"dist_*/**/*" ,
"dist_ts/**/*" ,
2020-03-11 22:49:43 +00:00
"dist_ts_web/**/*" ,
"assets/**/*" ,
"cli.js" ,
"npmextra.json" ,
"readme.md"
2021-04-07 20:25:17 +00:00
] ,
"browserslist" : [
"last 1 chrome versions"
2020-03-11 22:49:43 +00:00
]
2025-04-01 14:19:35 +00:00
}