{ "name": "spawnd", "description": "Spawn a dependent child process.", "version": "5.0.0", "main": "lib/index.js", "repository": "https://github.com/smooth-code/jest-puppeteer/tree/master/packages/spawnd", "author": "Greg Bergé ", "license": "MIT", "keywords": [ "spawn", "exec", "process", "child_process", "depe,dent", "exit", "child" ], "scripts": { "prebuild": "rimraf lib/", "build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src", "dev": "yarn build --watch", "prepublishOnly": "yarn build" }, "dependencies": { "exit": "^0.1.2", "signal-exit": "^3.0.3", "tree-kill": "^1.2.2", "wait-port": "^0.2.9" }, "gitHead": "153d47bf5a733f6525b018d50c2cae841d606d3f" }