smartcli/package.json

62 lines
1.4 KiB
JSON
Raw Normal View History

2015-10-04 21:21:10 +00:00
{
"name": "@pushrocks/smartcli",
2018-06-28 21:57:40 +00:00
"private": false,
2021-04-07 20:28:58 +00:00
"version": "3.0.14",
2020-03-11 22:50:40 +00:00
"description": "easy observable cli tasks",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2015-10-04 21:21:10 +00:00
"scripts": {
2021-04-07 20:28:57 +00:00
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
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": {
2021-04-07 20:25:17 +00:00
"@pushrocks/lik": "^4.0.20",
"@pushrocks/smartlog": "^2.0.39",
2020-03-11 22:49:43 +00:00
"@pushrocks/smartparam": "^1.1.6",
2021-04-07 20:25:17 +00:00
"@pushrocks/smartpromise": "^3.1.3",
"@types/yargs": "^16.0.1",
"rxjs": "^6.6.7",
"yargs": "^16.2.0"
2015-10-05 21:33:57 +00:00
},
2015-10-04 21:21:10 +00:00
"devDependencies": {
2021-04-07 20:25:17 +00:00
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsrun": "^1.2.12",
"@gitzone/tstest": "^1.0.52",
"@pushrocks/tapbundle": "^3.2.14",
"@types/node": "^14.14.37",
"tslint": "^6.1.3",
2020-03-11 22:49:43 +00:00
"tslint-config-prettier": "^1.18.0"
},
"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
]
2021-04-07 20:25:18 +00:00
}