smartcli/package.json
2024-05-29 14:12:09 +02:00

66 lines
1.6 KiB
JSON

{
"name": "@push.rocks/smartcli",
"private": false,
"version": "4.0.11",
"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://code.foss.global/push.rocks/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://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"
]
}