{
  "name": "@kldzj/named-pipes",
  "description": "Create and write to or read from named pipes. It works on both Windows and Unix.",
  "keywords": [
    "named-pipe",
    "socket",
    "fifo",
    "pipe",
    "ipc"
  ],
  "version": "2.0.6",
  "main": "dist/index.js",
  "files": [
    "dist/**/*"
  ],
  "license": "MIT",
  "author": {
    "name": "Nikolai Kolodziej",
    "email": "npm@kldzj.dev",
    "url": "https://github.com/kldzj"
  },
  "homepage": "https://github.com/kldzj/named-pipes",
  "repository": "https://github.com/kldzj/named-pipes",
  "bugs": "https://github.com/kldzj/named-pipes/issues",
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "prebuild": "rimraf dist",
    "prepublishOnly": "yarn build && yarn test"
  },
  "devDependencies": {
    "@types/debug": "^4.1.7",
    "@types/jest": "^27.4.1",
    "@types/node": "^16",
    "jest": "^27.5.1",
    "rimraf": "^3.0.2",
    "ts-jest": "^27.1.3",
    "ts-node": "^10.7.0",
    "typescript": "^4.6.2"
  },
  "dependencies": {
    "@kldzj/which": "^1.0.0",
    "debug": "^4.3.3",
    "tiny-typed-emitter": "^2.1.0"
  }
}
