{
  "name": "extra-child-process",
  "version": "1.1.20",
  "description": "Useful additions to inbuilt child_process module.",
  "main": "index.js",
  "module": "index.mjs",
  "sideEffects": false,
  "exports": {
    "require": "./index.js",
    "import": "./index.mjs"
  },
  "scripts": {
    "test": "exit",
    "build": "node ./build",
    "publish-docs": "node ./build publish-docs",
    "publish-packages": "node ./build publish-packages"
  },
  "keywords": [
    "extra",
    "child",
    "process",
    "ChildProcess",
    "ChildProcessByStdio",
    "ChildProcessWithoutNullStreams",
    "CommonExecOptions",
    "CommonOptions",
    "CommonSpawnOptions",
    "ExecAsyncException",
    "ExecAsyncReturns",
    "ExecException",
    "ExecFileOptions",
    "ExecFileOptionsWithBufferEncoding",
    "ExecFileOptionsWithOtherEncoding",
    "ExecFileOptionsWithStringEncoding",
    "ExecFileSyncOptions",
    "ExecFileSyncOptionsWithBufferEncoding",
    "ExecFileSyncOptionsWithStringEncoding",
    "ExecOptions",
    "ExecOptionsWithBufferEncoding",
    "ExecOptionsWithStringEncoding",
    "ForkOptions",
    "MessageOptions",
    "MessagingOptions",
    "ProcessEnvOptions",
    "PromiseWithChild",
    "SpawnOptions",
    "SpawnOptionsWithStdioTuple",
    "SpawnOptionsWithoutStdio",
    "SpawnSyncOptions",
    "SpawnSyncOptionsWithBufferEncoding",
    "SpawnSyncOptionsWithStringEncoding",
    "SpawnSyncReturns",
    "WhichOptions",
    "ExecCallback",
    "ExecFileException",
    "FileTestFunction",
    "IOType",
    "SendHandle",
    "Serializable",
    "SerializationType",
    "StdioNull",
    "StdioOptions",
    "StdioPipe",
    "StdioPipeNamed",
    "WhichAllCallback",
    "WhichCallback",
    "exec",
    "execAsync",
    "execFile",
    "execFileAsync",
    "execFileSync",
    "execSync",
    "fork",
    "spawn",
    "spawnAsync",
    "spawnSync",
    "which",
    "whichAll",
    "whichAllAsync",
    "whichAllSync",
    "whichAsync",
    "whichSync"
  ],
  "author": "wolfram77@gmail.com",
  "license": "BSD-3-Clause",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nodef/extra-child-process.git"
  },
  "bugs": {
    "url": "https://github.com/nodef/extra-child-process/issues"
  },
  "homepage": "https://github.com/nodef/extra-child-process#readme",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^24.1.0",
    "@rollup/plugin-node-resolve": "^15.0.2",
    "@types/node": "^18.15.11",
    "extra-build": "^2.2.42",
    "rollup-plugin-cleanup": "^3.2.1",
    "rollup-plugin-dts": "^5.3.0"
  }
}
