-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 988 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 988 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "rxjs-pipes",
"version": "0.0.1",
"description": "Npm 7 Monorepo for @bjesuiter self-developed RxJS Pipes",
"private": true,
"scripts": {
"build-filter-async": "nx build filter-async-rxjs-pipe",
"build-throttle-async": "nx build throttle-async-rxjs-pipe"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bjesuiter/rxjs-pipes.git"
},
"author": "Benjamin Jesuiter <bjesuiter@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bjesuiter/rxjs-pipes/issues"
},
"homepage": "https://github.com/bjesuiter/rxjs-pipes#readme",
"devDependencies": {
"@types/bun": "latest",
"esm": "^3.2.25",
"jest": "^29.7.0",
"npm-run-all": "^4.1.5",
"nx": "21.2.0",
"prettier": "^3.5.3",
"tsup": "^8.0.2",
"typescript": "^5.8.3"
},
"workspaces": [
"./packages/*",
"./examples/*"
],
"catalogs": {
"testing": {
"vitest": "^3.2.3"
},
"bundling": {
"tsdown": "^0.12.7"
},
"rxjs": {
"rxjs": "^7.0.0"
}
}
}