11cb0ef41Sopenharmony_ci{ 21cb0ef41Sopenharmony_ci "name": "foreground-child", 31cb0ef41Sopenharmony_ci "version": "3.1.1", 41cb0ef41Sopenharmony_ci "description": "Run a child as if it's the foreground process. Give it stdio. Exit when it exits.", 51cb0ef41Sopenharmony_ci "main": "./dist/cjs/index.js", 61cb0ef41Sopenharmony_ci "module": "./dist/mjs/index.js", 71cb0ef41Sopenharmony_ci "types": "./dist/mjs/index.d.ts", 81cb0ef41Sopenharmony_ci "exports": { 91cb0ef41Sopenharmony_ci ".": { 101cb0ef41Sopenharmony_ci "import": { 111cb0ef41Sopenharmony_ci "types": "./dist/mjs/index.d.ts", 121cb0ef41Sopenharmony_ci "default": "./dist/mjs/index.js" 131cb0ef41Sopenharmony_ci }, 141cb0ef41Sopenharmony_ci "require": { 151cb0ef41Sopenharmony_ci "types": "./dist/cjs/index.d.ts", 161cb0ef41Sopenharmony_ci "default": "./dist/cjs/index.js" 171cb0ef41Sopenharmony_ci } 181cb0ef41Sopenharmony_ci } 191cb0ef41Sopenharmony_ci }, 201cb0ef41Sopenharmony_ci "files": [ 211cb0ef41Sopenharmony_ci "dist" 221cb0ef41Sopenharmony_ci ], 231cb0ef41Sopenharmony_ci "engines": { 241cb0ef41Sopenharmony_ci "node": ">=14" 251cb0ef41Sopenharmony_ci }, 261cb0ef41Sopenharmony_ci "dependencies": { 271cb0ef41Sopenharmony_ci "cross-spawn": "^7.0.0", 281cb0ef41Sopenharmony_ci "signal-exit": "^4.0.1" 291cb0ef41Sopenharmony_ci }, 301cb0ef41Sopenharmony_ci "scripts": { 311cb0ef41Sopenharmony_ci "preversion": "npm test", 321cb0ef41Sopenharmony_ci "postversion": "npm publish", 331cb0ef41Sopenharmony_ci "prepublishOnly": "git push origin --follow-tags", 341cb0ef41Sopenharmony_ci "prepare": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json && bash ./scripts/fixup.sh", 351cb0ef41Sopenharmony_ci "pretest": "npm run prepare", 361cb0ef41Sopenharmony_ci "presnap": "npm run prepare", 371cb0ef41Sopenharmony_ci "test": "c8 tap", 381cb0ef41Sopenharmony_ci "snap": "c8 tap", 391cb0ef41Sopenharmony_ci "format": "prettier --write . --loglevel warn", 401cb0ef41Sopenharmony_ci "typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts" 411cb0ef41Sopenharmony_ci }, 421cb0ef41Sopenharmony_ci "prettier": { 431cb0ef41Sopenharmony_ci "semi": false, 441cb0ef41Sopenharmony_ci "printWidth": 75, 451cb0ef41Sopenharmony_ci "tabWidth": 2, 461cb0ef41Sopenharmony_ci "useTabs": false, 471cb0ef41Sopenharmony_ci "singleQuote": true, 481cb0ef41Sopenharmony_ci "jsxSingleQuote": false, 491cb0ef41Sopenharmony_ci "bracketSameLine": true, 501cb0ef41Sopenharmony_ci "arrowParens": "avoid", 511cb0ef41Sopenharmony_ci "endOfLine": "lf" 521cb0ef41Sopenharmony_ci }, 531cb0ef41Sopenharmony_ci "tap": { 541cb0ef41Sopenharmony_ci "coverage": false, 551cb0ef41Sopenharmony_ci "jobs": 1, 561cb0ef41Sopenharmony_ci "node-arg": [ 571cb0ef41Sopenharmony_ci "--no-warnings", 581cb0ef41Sopenharmony_ci "--loader", 591cb0ef41Sopenharmony_ci "ts-node/esm" 601cb0ef41Sopenharmony_ci ], 611cb0ef41Sopenharmony_ci "ts": false 621cb0ef41Sopenharmony_ci }, 631cb0ef41Sopenharmony_ci "repository": { 641cb0ef41Sopenharmony_ci "type": "git", 651cb0ef41Sopenharmony_ci "url": "git+https://github.com/tapjs/foreground-child.git" 661cb0ef41Sopenharmony_ci }, 671cb0ef41Sopenharmony_ci "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", 681cb0ef41Sopenharmony_ci "license": "ISC", 691cb0ef41Sopenharmony_ci "devDependencies": { 701cb0ef41Sopenharmony_ci "@types/cross-spawn": "^6.0.2", 711cb0ef41Sopenharmony_ci "@types/node": "^18.15.11", 721cb0ef41Sopenharmony_ci "@types/tap": "^15.0.8", 731cb0ef41Sopenharmony_ci "c8": "^7.13.0", 741cb0ef41Sopenharmony_ci "prettier": "^2.8.6", 751cb0ef41Sopenharmony_ci "tap": "^16.3.4", 761cb0ef41Sopenharmony_ci "ts-node": "^10.9.1", 771cb0ef41Sopenharmony_ci "typedoc": "^0.24.2", 781cb0ef41Sopenharmony_ci "typescript": "^5.0.2" 791cb0ef41Sopenharmony_ci }, 801cb0ef41Sopenharmony_ci "funding": { 811cb0ef41Sopenharmony_ci "url": "https://github.com/sponsors/isaacs" 821cb0ef41Sopenharmony_ci } 831cb0ef41Sopenharmony_ci} 84