smartrx/package.json

65 lines
1.6 KiB
JSON
Raw Normal View History

2017-10-26 15:08:34 +02:00
{
2023-07-10 10:17:56 +02:00
"name": "@push.rocks/smartrx",
2025-04-25 08:48:08 +00:00
"version": "3.0.9",
"private": false,
2024-04-14 18:15:29 +02:00
"description": "A smart wrapper for rxjs to manage and extend observables.",
2020-05-26 00:18:02 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2022-08-05 12:50:37 +02:00
"type": "module",
2017-10-26 15:08:34 +02:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
2022-08-05 13:25:44 +02:00
"build": "(tsbuild --web && tsbundle npm)",
"buildDocs": "tsdoc"
2017-10-26 15:08:34 +02:00
},
2017-10-26 22:56:01 +02:00
"devDependencies": {
"@git.zone/tsbuild": "^2.3.2",
"@git.zone/tsbundle": "^2.2.5",
"@git.zone/tsrun": "^1.3.3",
"@git.zone/tstest": "^1.0.96",
2023-11-01 14:12:53 +01:00
"@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^22.15.2"
2017-10-26 15:08:34 +02:00
},
"dependencies": {
2023-07-12 10:57:25 +02:00
"@push.rocks/smartpromise": "^4.0.2",
2023-06-10 13:33:09 +02:00
"rxjs": "^7.8.1"
2019-09-10 07:26:50 +02:00
},
"files": [
2020-05-26 00:18:02 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-09-10 07:26:50 +02:00
"cli.js",
"npmextra.json",
"readme.md"
2020-07-12 01:53:32 +00:00
],
"browserslist": [
"last 1 chrome versions"
2024-04-14 18:15:29 +02:00
],
"keywords": [
"rxjs",
"wrapper",
"observables",
"event emitter",
"stream processing",
"reactive programming",
"backpressure",
"event handling"
2024-05-29 14:15:57 +02:00
],
"homepage": "https://code.foss.global/push.rocks/smartrx#readme",
2024-05-29 14:15:57 +02:00
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartrx.git"
},
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6",
"bugs": {
"url": "https://code.foss.global/push.rocks/smartrx/issues"
},
"pnpm": {
"overrides": {}
}
}