{
  "name": "@johngw/stream",
  "version": "4.4.1",
  "type": "module",
  "description": "Reactive programming tools using the WHATWG Streams API.",
  "keywords": [
    "stream",
    "streams",
    "whatwg streams",
    "stream api",
    "reactive"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "tsc --build",
    "clean": "tsc --build --clean",
    "coverage": "open coverage/lcov-report/index.html",
    "start": "tsc --build --watch --preserveWatchOutput",
    "test": "node --test test/**/*.test.ts && npm run test:dom",
    "test:dom": "node --test dom/test/**/*.test.ts"
  },
  "exports": {
    ".": "./dist/index.js",
    "./dom/sources/*": "./dist/dom/sources/*.js",
    "./dom/transformers/*": "./dist/dom/transformers/*.js",
    "./sinks": "./dist/sinks/index.js",
    "./sinks/*": "./dist/sinks/*.js",
    "./sources": "./dist/sources/index.js",
    "./sources/*": "./dist/sources/*.js",
    "./storages": "./dist/storages/index.js",
    "./storages/*": "./dist/storages/*.js",
    "./subjects": "./dist/subjects/index.js",
    "./subjects/*": "./dist/subjects/*.js",
    "./transformers": "./dist/transformers/index.js",
    "./transformers/*": "./dist/transformers/*.js",
    "./types": "./dist/types/index.js",
    "./types/*": "./dist/types/*.js"
  },
  "devDependencies": {
    "@happy-dom/global-registrator": "^20.9.0",
    "@johngw/stream-assert": "1.2.3",
    "@johngw/stream-test": "2.2.3",
    "rimraf": "6.1.3",
    "typescript": "6.0.3"
  },
  "dependencies": {
    "@johngw/stream-common": "^2.3.1",
    "@types/node": "^25.0.0",
    "assert-never": "1.4.0",
    "ts-toolbelt": "9.6.0",
    "tslib": "2.8.1"
  },
  "repository": {
    "url": "https://github.com/jg-wright/stream"
  }
}
