UNPKG

@push.rocks/webstream

Version:

A cross-platform streaming package designed for node and web environments.

62 lines 1.48 kB
{ "name": "@push.rocks/webstream", "version": "1.0.10", "private": false, "description": "A cross-platform streaming package designed for node and web environments.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Task Venture Capital GmbH", "license": "MIT", "devDependencies": { "@git.zone/tsbuild": "^2.1.72", "@git.zone/tsbundle": "^2.0.15", "@git.zone/tsrun": "^1.2.46", "@git.zone/tstest": "^1.0.86", "@push.rocks/tapbundle": "^5.0.15", "@types/node": "^20.11.20" }, "dependencies": { "@push.rocks/smartenv": "^5.0.12" }, "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/webstream.git" }, "bugs": { "url": "https://gitlab.com/push.rocks/webstream/issues" }, "homepage": "https://code.foss.global/push.rocks/webstream", "browserslist": [ "last 1 chrome versions" ], "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "keywords": [ "streaming", "cross-platform", "node.js", "web", "transform stream", "convert streams", "stream manipulation", "TypeScript", "web streaming API", "duplex stream" ], "scripts": { "test": "(tstest test/ --web)", "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "(tsdoc)" } }