-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 848 Bytes
/
package.json
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
{
"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.4.1",
"npm-run-all": "^4.1.5",
"nx": "18.2.4",
"prettier": "^3.0.0",
"tsup": "^8.0.2",
"typescript": "^5.0.0"
},
"workspaces": [
"./packages/*",
"./examples/*"
]
}