smartcli/package.json

45 lines
1.1 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,
2018-09-30 20:36:31 +00:00
"version": "3.0.5",
2015-10-04 21:21:10 +00:00
"description": "nodejs wrapper for CLI related tasks",
2016-05-23 02:09:06 +00:00
"main": "dist/index.js",
2016-06-10 00:27:04 +00:00
"typings": "dist/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": {
"@pushrocks/lik": "^3.0.1",
"@pushrocks/smartlog": "^2.0.1",
2018-09-30 20:36:30 +00:00
"@pushrocks/smartparam": "^1.0.4",
"@pushrocks/smartpromise": "^2.0.5",
"@types/yargs": "^11.1.1",
2018-09-30 20:36:30 +00:00
"rxjs": "^6.3.2",
"yargs": "^12.0.2"
2015-10-05 21:33:57 +00:00
},
2015-10-04 21:21:10 +00:00
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.15",
2018-09-30 20:36:30 +00:00
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.9.4"
2015-10-04 21:21:10 +00:00
}
2018-08-30 22:13:05 +00:00
}