-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·49 lines (49 loc) · 1.37 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@badisi/ngx-safe-subscribe",
"version": "4.0.22",
"description": "Easy way to automatically unsubscribe from RxJS observables in Angular components",
"homepage": "https://github.com/badisi/ngx-safe-subscribe",
"license": "MIT",
"sideEffects": true,
"author": {
"name": "Badisi"
},
"repository": {
"type": "git",
"url": "git+https://github.com/badisi/ngx-safe-subscribe.git"
},
"keywords": [
"angular",
"rxjs",
"observable",
"subscribe",
"unsubscribe",
"ondestroy",
"safe-subscribe",
"safesubscribe"
],
"workspaces": [
"tests"
],
"scripts": {
"ncu": "npx npm-check-updates -i --format=group --packageFile '{,tests/**/}package.json'",
"test": "npm run test --prefix ./tests",
"test:ci": "npm run test",
"build": "ng-packagr -p ng-package.json",
"release": "npm publish ./dist --access public"
},
"peerDependencies": {
"@angular/core": ">= 14.0.0",
"rxjs": ">= 6.0.0"
},
"devDependencies": {
"@angular/compiler": "^18.2.9",
"@angular/compiler-cli": "^18.2.9",
"@angular/core": "^18.2.9",
"ng-packagr": "^18.2.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.0",
"typescript": "^5.5.4",
"zone.js": "^0.14.10"
}
}