{
  "name": "stream-pipe",
  "version": "1.0.4",
  "description": "add stream.pipeFrom",
  "keywords": [
    "from",
    "fs",
    "pipeFrom",
    "pipe",
    "readable",
    "stream",
    "transform",
    "writeable"
  ],
  "homepage": "https://github.com/bluelovers/node-stream-pipe#readme",
  "bugs": {
    "url": "https://github.com/bluelovers/node-stream-pipe/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluelovers/node-stream-pipe.git"
  },
  "license": "ISC",
  "author": "bluelovers",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\"",
    "npm:publish": "npm publish",
    "npm:publish:bump": "yarn-tool version && npm publish",
    "preversion": "echo preversion && yarn run prepublishOnly:check-bin && yarn run test",
    "prepublishOnly": "yarn run preversion",
    "prepublishOnly:check-bin": "ynpx --quiet @yarn-tool/check-pkg-bin",
    "prepublishOnly:update": "yarn run ncu && yarn run sort-package-json",
    "postpublish": "yarn run postpublish:changelog && yarn run postpublish:git:commit && yarn run postpublish:git:tag && yarn run postpublish:git:push",
    "postpublish:changelog": "ynpx --quiet @yarn-tool/changelog && git add ./CHANGELOG.md",
    "postpublish:git:commit": "git commit -m \"chore(release): publish\" . & echo postpublish:git:commit",
    "postpublish:git:push": "git push --follow-tags",
    "postpublish:git:tag": "ynpx --quiet @yarn-tool/tag",
    "ncu": "yarn-tool ncu -u",
    "sort-package-json": "yarn-tool sort"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "devDependencies": {
    "@bluelovers/tsconfig": "^1.0.25",
    "@types/node": "^16.4.12",
    "through2": "^4.0.2"
  }
}
