32 lines
817 B
JSON
32 lines
817 B
JSON
{
|
|
"name": "@pushrocks/smartipc",
|
|
"version": "1.0.7",
|
|
"private": false,
|
|
"description": "node inter process communication",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "(tstest test/)",
|
|
"build": "(tsbuild)",
|
|
"format": "(gitzone format)"
|
|
},
|
|
"devDependencies": {
|
|
"@gitzone/tsbuild": "^2.0.22",
|
|
"@gitzone/tstest": "^1.0.19",
|
|
"@pushrocks/smartspawn": "^2.0.4",
|
|
"@pushrocks/tapbundle": "^3.0.7",
|
|
"@types/node": "^11.13.0",
|
|
"tslint": "^5.11.0",
|
|
"tslint-config-prettier": "^1.15.0"
|
|
},
|
|
"dependencies": {
|
|
"@pushrocks/smartdelay": "^2.0.3",
|
|
"@pushrocks/smartpromise": "^3.0.2",
|
|
"@pushrocks/smartrx": "^2.0.3",
|
|
"@types/node-ipc": "^9.1.1",
|
|
"node-ipc": "^9.1.1"
|
|
}
|
|
}
|