{
  "name": "@johngw/stream-common",
  "version": "2.3.1",
  "description": "Common utilities between other @johngw/stream* packages",
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.js",
    "./Array": "./dist/Array.js",
    "./Async": "./dist/Async.js",
    "./Error": "./dist/Error.js",
    "./Function": "./dist/Function.js",
    "./Object": "./dist/Object.js",
    "./Stream": "./dist/Stream.js",
    "./String": "./dist/String.js",
    "./Symbol": "./dist/Symbol.js",
    "./Test": "./dist/Test.js"
  },
  "repository": {
    "url": "https://github.com/jg-wright/stream"
  },
  "scripts": {
    "build": "tsc --build",
    "clean": "tsc --build --clean",
    "start": "tsc --build --watch --preserveWatchOutput",
    "test": "node --test test/**/*.test.ts"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/johngeorgewright/stream/issues"
  },
  "homepage": "https://github.com/johngeorgewright/stream#readme",
  "devDependencies": {
    "rimraf": "6.1.3",
    "typescript": "6.0.3"
  },
  "dependencies": {
    "@types/node": "^25.0.0",
    "assert-never": "1.4.0",
    "ts-toolbelt": "9.6.0",
    "tslib": "2.8.1"
  }
}
