{
  "name": "ez-spawn",
  "version": "3.0.4",
  "description": "Simple, consistent sync or async process spawning",
  "keywords": [
    "cli",
    "process",
    "spawn",
    "exec",
    "sync",
    "async"
  ],
  "author": {
    "name": "James Messinger",
    "url": "https://jamesmessinger.com"
  },
  "contributors": [
    "Randall Krauskopf (http://github.com/rkrauskopf)",
    "James Messinger (https://jamesmessinger.com)"
  ],
  "license": "MIT",
  "homepage": "https://jstools.dev/ez-spawn",
  "repository": {
    "type": "git",
    "url": "https://github.com/JS-DevTools/ez-spawn.git"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "engines": {
    "node": ">=10"
  },
  "dependencies": {
    "@jsdevtools/ez-spawn": "3.0.4"
  }
}
