{ "name": "@pushrocks/smartspawn", "version": "2.0.6", "private": false, "description": "smart subprocess handling", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)" }, "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": { "@pushrocks/smartpromise": "^3.0.2", "spawn-wrap": "^1.4.2", "threads": "^0.12.1" }, "devDependencies": { "@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" }, "files": [ "ts/*", "ts_web/*", "dist/*", "dist_web/*", "dist_ts_web/*", "assets/*", "cli.js", "npmextra.json", "readme.md" ] }