{ "name": "@push.rocks/smartstream", "version": "3.0.0", "private": false, "description": "simplifies access to node streams", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/pushrocks/smartstream.git" }, "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartstream/issues" }, "homepage": "https://gitlab.com/pushrocks/smartstream#README", "devDependencies": { "@git.zone/tsbuild": "^2.1.66", "@git.zone/tsrun": "^1.2.44", "@git.zone/tstest": "^1.0.77", "@push.rocks/smartfile": "^10.0.33", "@push.rocks/tapbundle": "^5.0.15" }, "dependencies": { "@push.rocks/smartpromise": "^4.0.3", "@push.rocks/smartrx": "^3.0.7", "@types/from2": "^2.3.4", "@types/through2": "^2.0.40", "from2": "^2.3.0", "through2": "^4.0.2" }, "browserslist": [ "last 1 chrome versions" ], "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }