{
  "name": "nerdbank-streams",
  "version": "2.14.354",
  "description": "Multiplexing of streams",
  "readme": "README.md",
  "keywords": [
    "streams",
    "multiplexing",
    "duplex"
  ],
  "main": "js/index.js",
  "typings": "js/index.d.ts",
  "homepage": "https://github.com/dotnet/Nerdbank.Streams",
  "repository": {
    "type": "git",
    "url": "https://github.com/dotnet/Nerdbank.Streams"
  },
  "bugs": {
    "url": "https://github.com/dotnet/Nerdbank.Streams/issues"
  },
  "author": {
    "name": "Andrew Arnott",
    "email": "andrewarnott@gmail.com",
    "url": "http://blog.nerdbank.net/"
  },
  "license": "MIT",
  "private": false,
  "packageManager": "pnpm@12.3.4",
  "scripts": {
    "build": "tsc -p gulpfile.tsconfig.json && gulp",
    "lint": "eslint src --ext ts",
    "test": "jest",
    "watch": "tsc -p tsconfig.json -w"
  },
  "devDependencies": {
    "@types/gulp": "4.0.18",
    "@types/jest": "30.0.0",
    "@types/msgpack-lite": "0.1.12",
    "@types/node": "24.13.3",
    "@typescript/native": "npm:typescript@7.0.2",
    "@typescript-eslint/eslint-plugin": "8.69.0",
    "@typescript-eslint/parser": "8.69.0",
    "eslint": "10.10.0",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-jsx-a11y": "6.10.2",
    "eslint-plugin-prettier": "5.5.6",
    "gulp": "5.0.1",
    "gulp-typescript": "6.0.0-alpha.1",
    "jest": "30.5.1",
    "jshint": "2.13.6",
    "mkdirp": "3.0.1",
    "nerdbank-gitversioning": "3.10.94",
    "path": "0.12.7",
    "prettier": "3.9.6",
    "ts-jest": "29.4.12",
    "ts-node": "10.9.2",
    "typescript": "npm:@typescript/typescript6@6.0.2",
    "vscode-jsonrpc": "9.0.2"
  },
  "dependencies": {
    "await-semaphore": "^0.1.3",
    "cancellationtoken": "^2.2.0",
    "caught": "^0.1.3",
    "msgpack-lite": "^0.2.0"
  }
}
