{ "name": "@push.rocks/smartrx", "version": "3.0.8", "private": false, "description": "A smart wrapper for rxjs to manage and extend observables.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "build": "(tsbuild --web && tsbundle npm)", "buildDocs": "tsdoc" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.66", "@gitzone/tsbundle": "^2.0.8", "@gitzone/tsrun": "^1.2.44", "@gitzone/tstest": "^1.0.77", "@push.rocks/tapbundle": "^5.0.15", "@types/node": "^20.8.10" }, "dependencies": { "@push.rocks/smartpromise": "^4.0.2", "rxjs": "^7.8.1" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "keywords": [ "rxjs", "wrapper", "observables", "event emitter", "stream processing", "reactive programming", "backpressure", "event handling" ], "homepage": "https://code.foss.global/push.rocks/smartrx", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartrx.git" } }