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",
|
2022-07-28 20:35:16 +00:00
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
|
|
|
"type": "module",
|
2016-09-28 11:01:36 +00:00
|
|
|
"scripts": {
|
2019-04-08 13:13:47 +00:00
|
|
|
"test": "(tstest test/)",
|
2022-07-28 20:35:16 +00:00
|
|
|
"build": "(tsbuild --web)",
|
|
|
|
"buildDocs": "tsdoc"
|
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",
|
2022-07-28 20:35:16 +00:00
|
|
|
"spawn-wrap": "^2.0.0",
|
|
|
|
"threads": "1.7.0",
|
2019-08-22 07:26:30 +00:00
|
|
|
"tiny-worker": "^2.2.0"
|
2016-09-28 21:46:28 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-08-21 22:04:27 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.11",
|
|
|
|
"@gitzone/tsrun": "^1.2.8",
|
|
|
|
"@gitzone/tstest": "^1.0.24",
|
2022-07-28 20:35:16 +00:00
|
|
|
"@pushrocks/tapbundle": "^5.0.4",
|
|
|
|
"@types/node": "^18.6.2"
|
2019-08-21 22:32:09 +00:00
|
|
|
},
|
|
|
|
"files": [
|
2022-07-28 20:35:16 +00:00
|
|
|
"ts/**/*",
|
|
|
|
"ts_web/**/*",
|
|
|
|
"dist/**/*",
|
|
|
|
"dist_*/**/*",
|
|
|
|
"dist_ts/**/*",
|
|
|
|
"dist_ts_web/**/*",
|
|
|
|
"assets/**/*",
|
2019-08-21 22:32:09 +00:00
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
2022-07-28 20:35:16 +00:00
|
|
|
],
|
|
|
|
"browserslist": [
|
|
|
|
"last 1 chrome versions"
|
2019-08-21 22:32:09 +00:00
|
|
|
]
|
2022-07-28 20:35:16 +00:00
|
|
|
}
|