{
  "name": "process-streams",
  "version": "1.0.3",
  "description": "Wrapper for piping data into and out of child processes",
  "homepage": "https://github.com/nknapp/process-streams",
  "repository": {
    "type": "git",
    "url": "git://github.com/nknapp/process-streams.git"
  },
  "dependencies": {
    "duplex-maker": "^1.0.0"
  },
  "main": "src/process-streams.js",
  "scripts": {
    "test": "mocha",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix --ext .js,.mjs",
    "coverage": "istanbul cover ./node_modules/.bin/_mocha",
    "thought": "thought run -a",
    "preversion": "node scripts/on-preversion.mjs",
    "version": "node scripts/on-version.mjs",
    "prepare": "node scripts/on-prepare.js",
    "postversion": "npm publish && git push origin master --tags"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-checkmark": "^1.0.1",
    "eslint": "8.57.0",
    "eslint-config-standard": "17.1.0",
    "event-stream": "^3.2.2",
    "istanbul": "0.4.5",
    "lint-staged": "15.2.7",
    "mocha": "^3.2.0",
    "string-to-stream": "^1.1.0",
    "thought": "4.0.0"
  },
  "lint-staged": {
    "*.{js,mjs}": "eslint --fix ."
  },
  "author": "Nils Knappmeier <npm@knappi.org> (https://knappi.org)",
  "license": "MIT",
  "funding": [
    "https://www.paypal.com/donate/?hosted_button_id=GB656ZSAEQEXN",
    "https://de.liberapay.com/nils.knappmeier/"
  ]
}
