{
  "name": "spawn-shell",
  "version": "2.1.0",
  "description": "Run shell commands using child_process#spawn.",
  "repository": "parro-it/spawn-shell",
  "license": "MIT",
  "author": "Andrea Parodi <andrea@parro.it>",
  "scripts": {
    "test": "ava && xo"
  },
  "keywords": [
    "spawn",
    "shell",
    "sh",
    "bash",
    "multiplatform"
  ],
  "engines": {
    "node": ">=6"
  },
  "devDependencies": {
    "ava": "^1.0.0-rc.2",
    "stream-string": "^2.0.0",
    "xo": "^0.23.0"
  },
  "files": [
    "index.js"
  ],
  "dependencies": {
    "default-shell": "^1.0.1",
    "merge-options": "~1.0.1",
    "npm-run-path": "^2.0.2"
  }
}
