{
  "name": "which-stream",
  "version": "1.2.1",
  "description": "A small Node.JS library to determine which stream to use.",
  "main": "compile/index.js",
  "module": "src/index.js",
  "scripts": {
    "t": "zoroaster -a",
    "test": "yarn t test/spec",
    "test-compile": "ALAMODE_ENV=test-compile yarn test",
    "compile": "depack-dev src/depack -o compile/which-stream.js -a -c -p -s -O 2018 --source_map_include_content",
    "lint": "eslint .",
    "doc": "NODE_DEBUG=doc doc -o README.md",
    "rec": "NODE_DEBUG=appshot appshot -T 23 -a Terminal -y 150 -f",
    "e": "node example",
    "d1": "typal compile/index.js -c",
    "externs": "typal types/externs.js -e",
    "d": "yarn-s d1 externs"
  },
  "files": [
    "compile",
    "src",
    "types/externs.js"
  ],
  "externs": "types/externs.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/artdecocode/which-stream.git"
  },
  "keywords": [
    "which-stream",
    "stream",
    "stdout",
    "stderr",
    "source",
    "destination",
    "io",
    "input",
    "output",
    "Writable",
    "Readable",
    "ReadStream",
    "WriteStream",
    "fs",
    "filesystem",
    "file",
    "-"
  ],
  "author": "Anton <anton@adc.sh>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/artdecocode/which-stream/issues"
  },
  "homepage": "https://github.com/artdecocode/which-stream#readme",
  "devDependencies": {
    "@wrote/ensure-path": "^1.1.0",
    "alamode": "^2.3.6",
    "documentary": "^1.29.0",
    "eslint-config-artdeco": "1.0.1",
    "yarn-s": "1.1.0",
    "zoroaster": "^4.1.1-alpha"
  },
  "srcDependencies": {
    "catchment": "^3.3.0"
  }
}
