smartspawn/package.json

49 lines
1.1 KiB
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-22 08:42:47 +00:00
"version": "2.0.8",
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/)",
2019-08-22 08:42:47 +00:00
"build": "(tsbuild --web)"
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-08-22 07:26:30 +00:00
"threads": "1.0.0-beta.4",
"tiny-worker": "^2.2.0"
},
"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"
2019-08-21 22:32:09 +00:00
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-08-21 22:32:10 +00:00
}