smartspawn/package.json

34 lines
844 B
JSON
Raw Normal View History

2016-09-28 11:01:36 +00:00
{
2018-08-02 13:31:05 +00:00
"name": "@pushrocks/smartspawn",
2018-08-07 09:13:03 +00:00
"version": "2.0.2",
2018-08-02 13:35:55 +00:00
"private": false,
2016-09-28 11:01:36 +00:00
"description": "smart subprocess handling",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
2016-09-28 11:01:36 +00:00
"scripts": {
2018-08-07 09:13:03 +00:00
"test": "tstest test/",
2018-08-02 13:31:05 +00:00
"build": "echo \"Not needed for now\""
2016-09-28 11:01:36 +00:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartipc.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartipc/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartipc#README",
"dependencies": {
2018-08-02 13:31:05 +00:00
"@pushrocks/smartpromise": "^2.0.5",
"spawn-wrap": "^1.4.2",
"threads": "^0.8.1"
},
"devDependencies": {
2018-08-02 13:31:05 +00:00
"@gitzone/tsrun": "^1.1.9",
2018-08-07 09:13:03 +00:00
"@gitzone/tstest": "^1.0.12",
2018-08-02 13:31:05 +00:00
"@pushrocks/tapbundle": "^3.0.1",
"@types/node": "^10.5.5"
2018-08-02 13:35:55 +00:00
}
2016-09-28 11:01:36 +00:00
}