{ "name": "@pushrocks/smartspawn", "version": "3.0.1", "private": false, "description": "smart subprocess handling", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "scripts": { "test": "(tstest test/)", "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "tsdoc" }, "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": "^2.0.0", "threads": "1.7.0", "tiny-worker": "^2.2.0" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.11", "@gitzone/tsrun": "^1.2.8", "@gitzone/tstest": "^1.0.24", "@pushrocks/tapbundle": "^5.0.4", "@types/node": "^18.6.2" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }