smartspawn/package.json

37 lines
931 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",
2019-08-21 22:04:27 +00:00
"version": "2.0.5",
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": {
2019-04-08 13:13:47 +00:00
"test": "(tstest test/)",
"build": "(tsbuild)"
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": {
2019-04-08 13:39:17 +00:00
"@pushrocks/smartpromise": "^3.0.2",
2018-08-02 13:31:05 +00:00
"spawn-wrap": "^1.4.2",
2019-04-08 13:39:17 +00:00
"threads": "^0.12.1"
},
"devDependencies": {
2019-08-21 22:04:27 +00:00
"@gitzone/tsbuild": "^2.1.11",
"@gitzone/tsrun": "^1.2.8",
"@gitzone/tstest": "^1.0.24",
"@pushrocks/tapbundle": "^3.0.11",
"@types/node": "^12.7.2",
"tslint": "^5.19.0",
"tslint-config-prettier": "^1.18.0"
2018-08-02 13:35:55 +00:00
}
2019-04-08 13:13:48 +00:00
}