{
  "name": "spawncommand",
  "version": "2.2.0",
  "description": "Spawn or fork a child process with a promise property resolved on exit with stdout, stderr and code.",
  "main": "build/index.js",
  "module": "src/index.js",
  "scripts": {
    "t": "zoroaster -a",
    "test": "yarn t test/spec",
    "b": "alamode src -o build -s",
    "build": "yarn-s d b doc",
    "doc": "NODE_DEBUG=doc doc -o README.md",
    "test-build": "ALAMODE_ENV=test-build yarn test",
    "example/spawncommand.js": "node example example/spawncommand",
    "example/fork.js": "node example example/fork",
    "example/pipe.js": "node example example/pipe",
    "e": "alanode",
    "d": "yarn-s d1 externs",
    "d1": "typal src -c",
    "externs": "typal externs.js -e"
  },
  "files": [
    "build",
    "src",
    "externs.js"
  ],
  "externs": "externs.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/artdecocode/spawncommand.git"
  },
  "keywords": [
    "spawn",
    "fork",
    "async",
    "child_process",
    "child process",
    "ChildProcess",
    "promise",
    "stdout",
    "stderr",
    "stdio"
  ],
  "author": "anton <anton@adc.sh>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/artdecocode/spawncommand/issues"
  },
  "homepage": "https://github.com/artdecocode/spawncommand#readme",
  "devDependencies": {
    "alamode": "^2.0.0",
    "documentary": "^1.26.0",
    "yarn-s": "1.1.0",
    "zoroaster": "^3.13.0"
  },
  "dependencies": {
    "catchment": "^3.3.0"
  }
}
