{ "name": "@pushrocks/smartstream", "version": "2.0.1", "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": { "@gitzone/tsbuild": "^2.1.61", "@gitzone/tstest": "^1.0.70", "@pushrocks/tapbundle": "^5.0.3", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@pushrocks/smartpromise": "^3.1.7", "@types/through2": "^2.0.36", "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" ] }