UNPKG

spawnd

Version:
57 lines (56 loc) 1.27 kB
{ "name": "spawnd", "description": "Spawn a dependent child process.", "version": "11.0.0", "type": "commonjs", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./package.json": "./package.json" }, "repository": { "type": "git", "url": "https://github.com/argos-ci/jest-puppeteer.git", "directory": "packages/spawnd" }, "license": "MIT", "homepage": "https://github.com/argos-ci/jest-puppeteer/tree/main/packages/spawnd#readme", "bugs": { "url": "https://github.com/argos-ci/jest-puppeteer/issues" }, "engines": { "node": ">=18" }, "keywords": [ "spawn", "exec", "process", "child_process", "dependent", "exit", "child" ], "publishConfig": { "access": "public" }, "scripts": { "prebuild": "rm -rf dist", "build": "rollup -c" }, "devDependencies": { "@types/exit": "^0.1.33", "@types/signal-exit": "^3.0.4", "rollup": "^4.29.1", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-swc3": "^0.12.1" }, "dependencies": { "signal-exit": "^4.1.0", "tree-kill": "^1.2.2" }, "gitHead": "ddb3fb9d80b2d38d27b327c0d857280edf877f3e" }