switch to native ipc to scale down on dependencies

This commit is contained in:
2016-09-28 23:46:28 +02:00
parent 65ab58f727
commit 5ce83601b4
24 changed files with 271 additions and 55 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "smart subprocess handling",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
@@ -21,5 +22,10 @@
"beautylog": "^5.0.23",
"lodash": "^4.16.2",
"typings-global": "^1.0.14"
},
"devDependencies": {
"@types/should": "^8.1.30",
"should": "^11.1.0",
"typings-test": "^1.0.3"
}
}