fix(core): slim down dependencies

This commit is contained in:
Phil Kunz
2018-06-28 23:57:40 +02:00
parent 7b1de5b31d
commit c701e3e04c
5 changed files with 1105 additions and 738 deletions

View File

@ -1,12 +1,13 @@
{
"name": "@pushrocks/smartcli",
"private": false,
"version": "3.0.1",
"description": "nodejs wrapper for CLI related tasks",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)",
"testm": "(cd ts/compile && gulp) && (node test.js jazz jam --awesome)"
"test": "(tsrun test/test.ts)",
"build": "(npmts)"
},
"repository": {
"type": "git",
@ -28,15 +29,16 @@
"@types/yargs": "^11.0.0",
"beautylog": "^6.1.10",
"lik": "^2.0.5",
"rxjs": "^6.0.0",
"rxjs": "^6.2.1",
"smartparam": "1.0.2",
"smartq": "^1.1.8",
"yargs": "^11.0.0"
},
"devDependencies": {
"@types/node": "^10.0.3",
"@gitzone/tsrun": "^1.0.7",
"@types/node": "^10.5.0",
"cz-conventional-changelog": "^2.1.0",
"tapbundle": "^2.0.0"
"tapbundle": "^2.0.2"
},
"config": {
"commitizen": {