smartcli/package.json

42 lines
993 B
JSON
Raw Normal View History

2015-10-04 21:21:10 +00:00
{
"name": "smartcli",
2017-10-12 21:02:03 +00:00
"version": "2.0.9",
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": {
2016-03-14 06:12:00 +00:00
"test": "(npmts)",
"testm": "(cd ts/compile && gulp) && (node test.js jazz jam --awesome)",
2018-01-27 01:20:41 +00:00
"security":"snyk test"
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": {
"@types/yargs": "8.x.x",
2017-04-22 19:03:28 +00:00
"beautylog": "^6.1.10",
"lik": "^1.0.42",
"rxjs": "^5.4.3",
"smartparam": "1.0.2",
"smartq": "^1.1.6",
"typings-global": "^1.0.20",
"yargs": "^9.0.1"
2015-10-05 21:33:57 +00:00
},
2015-10-04 21:21:10 +00:00
"devDependencies": {
"tapbundle": "^1.1.8"
2015-10-04 21:21:10 +00:00
}
}