smartcli/package.json

59 lines
1.3 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,
2020-05-29 17:48:18 +00:00
"version": "3.0.12",
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": {
"test": "(tstest test/)",
"build": "(tsbuild)"
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": {
2020-05-29 17:48:17 +00:00
"@pushrocks/lik": "^4.0.13",
2020-03-11 22:49:43 +00:00
"@pushrocks/smartlog": "^2.0.21",
"@pushrocks/smartparam": "^1.1.6",
"@pushrocks/smartpromise": "^3.0.6",
2020-05-29 17:48:17 +00:00
"@types/yargs": "^15.0.5",
"rxjs": "^6.5.5",
"yargs": "^15.3.1"
2015-10-05 21:33:57 +00:00
},
2015-10-04 21:21:10 +00:00
"devDependencies": {
2020-05-29 17:48:17 +00:00
"@gitzone/tsbuild": "^2.1.24",
2020-03-11 22:49:43 +00:00
"@gitzone/tsrun": "^1.2.8",
"@gitzone/tstest": "^1.0.28",
"@pushrocks/tapbundle": "^3.2.1",
2020-05-29 17:48:17 +00:00
"@types/node": "^14.0.5",
"tslint": "^6.1.2",
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"
]
2020-05-29 17:48:18 +00:00
}