-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "ngrx-store-logger",
"version": "0.2.4",
"description": "Advanced logging middleware for @ngrx/store",
"main": "./dist/index.js",
"scripts": {
"build_dist": "rm -rf dist && tsc",
"prepublish": "npm run build_dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/btroncone/ngrx-store-logger.git"
},
"keywords": [
"redux",
"ngrx",
"store",
"logger",
"middleware",
"rxjs"
],
"author": "Brian Troncone",
"license": "MIT",
"bugs": {
"url": "https://github.com/btroncone/ngrx-store-logger/issues"
},
"homepage": "https://github.com/btroncone/ngrx-store-logger#readme",
"peerDependencies": {
"@ngrx/store": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
},
"devDependencies": {
"@angular/core": "^2.4.7",
"@ngrx/core": "^1.2.0",
"@ngrx/store": "^2.2.1",
"es6-promise": "^3.0.2",
"es6-shim": "^0.35.0",
"reflect-metadata": "0.1.10",
"rimraf": "^2.5.1",
"tslint": "^3.4.0",
"typescript": "^2.1.4",
"rxjs": "^5.4.0",
"zone.js": "^0.7.7"
},
"typings": "./dist/index.d.ts"
}