{
  "name": "@johngw/stream-test",
  "version": "2.2.3",
  "description": "Testing utilities for streams",
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc --build",
    "clean": "tsc --build --clean",
    "start": "tsc --build --watch --preserveWatchOutput",
    "test": "node --test test/**/*.test.ts"
  },
  "repository": {
    "url": "https://github.com/jg-wright/stream"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/johngeorgewright/stream/issues"
  },
  "homepage": "https://github.com/johngeorgewright/stream#readme",
  "devDependencies": {
    "@types/js-yaml": "4.0.9",
    "rimraf": "6.1.3",
    "typescript": "6.0.3"
  },
  "dependencies": {
    "@johngw/stream-common": "^2.3.1",
    "@johngw/timeline": "^5.0.0",
    "@sinonjs/fake-timers": "^15.4.0",
    "@types/node": "^25.0.0",
    "assert-never": "^1.4.0",
    "js-yaml": "^4.1.1",
    "tslib": "^2.8.1"
  }
}
