-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 886 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
35
36
37
38
39
40
41
{
"name": "ngx-rx-collector",
"version": "3.0.0",
"description": "Angular 6+ garbage collector for RxJS subscriptions",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig-build.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smnbbrv/ngx-rx-collector.git"
},
"bugs": {
"url": "https://github.com/smnbbrv/ngx-rx-collector/issues"
},
"keywords": [
"ngx",
"angular",
"garbage",
"collector",
"unsubscribe"
],
"peerDependencies": {
"rxjs": "^6.0.0"
},
"devDependencies": {
"@types/node": "^4.2.23",
"@types/core-js": "^0.9.46",
"rxjs": "^6.0.0",
"ts-helpers": "^1.1.1",
"typescript": "^2.7.2"
},
"pre-commit": [
"validate:html",
"validate:ts",
"compile"
],
"author": "bobrovs",
"license": "MIT"
}