{ "name": "smartipc", "version": "1.0.5", "description": "smart subprocess handling", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)" }, "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": { "@types/lodash": "^4.14.50", "beautylog": "^6.0.0", "lodash": "^4.17.4", "smartchai": "^1.0.3", "smartq": "^1.1.0", "spawn-wrap": "^1.3.4", "threads": "^0.7.2", "typings-global": "^1.0.14" }, "devDependencies": { "typings-test": "^1.0.3" } }