{ "name": "@push.rocks/smartstream", "version": "3.4.1", "private": false, "description": "A library to simplify the creation and manipulation of Node.js streams, providing utilities for handling transform, duplex, and readable/writable streams effectively in TypeScript.", "type": "module", "exports": { ".": "./dist_ts/index.js", "./web": "./dist_ts_web/index.js" }, "scripts": { "test": "(tstest test/ --verbose --logfile --timeout 60)", "build": "(tsbuild tsfolders)" }, "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartstream.git" }, "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/push.rocks/smartstream/issues" }, "homepage": "https://code.foss.global/push.rocks/smartstream", "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tsrun": "^2.0.2", "@git.zone/tstest": "^3.6.3", "@types/node": "^25.6.0" }, "dependencies": { "@push.rocks/lik": "^6.4.1", "@push.rocks/smartenv": "^6.0.0", "@push.rocks/smartpromise": "^4.2.3", "@push.rocks/smartrx": "^3.0.10" }, "browserslist": [ "last 1 chrome versions" ], "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", ".smartconfig.json", "license", "npmextra.json", "readme.md" ], "pnpm": { "overrides": { "agentkeepalive": "^4.6.0" } }, "keywords": [ "stream", "node.js", "typescript", "stream manipulation", "data processing", "pipeline", "async transformation", "event handling", "backpressure", "readable stream", "writable stream", "duplex stream", "transform stream", "file streaming", "buffer", "stream utilities", "esm" ], "packageManager": "pnpm@10.28.2" }