67 lines
1.6 KiB
JSON
67 lines
1.6 KiB
JSON
{
|
|
"name": "@push.rocks/smartcli",
|
|
"private": false,
|
|
"version": "4.0.10",
|
|
"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",
|
|
"scripts": {
|
|
"test": "(tstest test/ --web)",
|
|
"build": "(tsbuild --web --allowimplicitany)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitlab.com/pushrocks/smartcli.git"
|
|
},
|
|
"keywords": [
|
|
"CLI",
|
|
"command line",
|
|
"observable",
|
|
"tasks",
|
|
"commands",
|
|
"arguments",
|
|
"options",
|
|
"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://gitlab.com/pushrocks/smartcli",
|
|
"dependencies": {
|
|
"@push.rocks/lik": "^6.0.3",
|
|
"@push.rocks/smartlog": "^3.0.1",
|
|
"@push.rocks/smartparam": "^1.1.10",
|
|
"@push.rocks/smartpromise": "^4.0.3",
|
|
"@push.rocks/smartrx": "^3.0.3",
|
|
"yargs-parser": "21.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.1.66",
|
|
"@git.zone/tsrun": "^1.2.42",
|
|
"@git.zone/tstest": "^1.0.74",
|
|
"@push.rocks/tapbundle": "^5.0.4",
|
|
"@types/node": "^20.4.1"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
]
|
|
}
|