smartcli/package.json

61 lines
1.4 KiB
JSON
Raw Normal View History

2015-10-04 21:21:10 +00:00
{
2023-07-10 00:42:41 +00:00
"name": "@push.rocks/smartcli",
2018-06-28 21:57:40 +00:00
"private": false,
2023-07-12 13:09:53 +00:00
"version": "4.0.7",
2020-03-11 22:50:40 +00:00
"description": "easy observable cli tasks",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2022-08-03 15:00:36 +00:00
"type": "module",
2015-10-04 21:21:10 +00:00
"scripts": {
2021-04-07 20:28:57 +00:00
"test": "(tstest test/ --web)",
2022-08-03 15:07:11 +00:00
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
2015-10-04 21:21:10 +00:00
},
"repository": {
"type": "git",
2016-06-09 12:01:06 +00:00
"url": "https://gitlab.com/pushrocks/smartcli.git"
2015-10-04 21:21:10 +00:00
},
"keywords": [
2016-11-19 16:41:11 +00:00
"cli",
"promise",
"task",
"push.rocks"
2015-10-04 21:21:10 +00:00
],
2016-11-19 16:41:11 +00:00
"author": "Lossless GmbH <office@lossless.com> (https://lossless.com)",
2015-10-04 21:21:10 +00:00
"license": "MIT",
"bugs": {
2016-06-09 12:01:06 +00:00
"url": "https://gitlab.com/pushrocks/smartcli/issues"
2015-10-04 21:21:10 +00:00
},
2016-06-09 12:01:06 +00:00
"homepage": "https://gitlab.com/pushrocks/smartcli",
2015-10-05 21:33:57 +00:00
"dependencies": {
2023-07-12 13:09:53 +00:00
"@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"
2015-10-05 21:33:57 +00:00
},
2015-10-04 21:21:10 +00:00
"devDependencies": {
2023-07-12 13:09:53 +00:00
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsrun": "^1.2.42",
"@gitzone/tstest": "^1.0.74",
"@push.rocks/tapbundle": "^5.0.4",
"@types/node": "^20.4.1"
2020-03-11 22:49:43 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"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
]
2023-07-12 13:09:53 +00:00
}