{ "name": "@pushrocks/smartstream", "version": "1.0.14", "private": false, "description": "simplifies access to node streams", "main": "dist/index.js", "typings": "dist/index.d.ts", "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.8", "@gitzone/tstest": "^1.0.18", "@pushrocks/tapbundle": "^3.0.7", "tslint": "^5.12.1", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@pushrocks/smartpromise": "^2.0.5", "@types/through2": "^2.0.34", "through2": "^3.0.0" } }