-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "redux-logger-filter",
"version": "2.0.1",
"description": "module to provide filter function to redux-logger",
"main": "dist/react-logger-filter.cjs",
"module": "dist/react-logger-filter.mjs",
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BitYoungjae/redux-logger-filter.git"
},
"keywords": [
"redux",
"redux-logger",
"redux-logger-filter",
"redux helper"
],
"files": [
"dist"
],
"types": "./dist/redux-logger-filter.d.ts",
"author": {
"name": "BitYoungjae",
"email": "[email protected]",
"url": "htttps://bityoungjae.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/BitYoungjae/redux-logger-filter/issues"
},
"homepage": "https://github.com/BitYoungjae/redux-logger-filter#readme",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@rollup/plugin-babel": "^5.0.3",
"@rollup/plugin-typescript": "^4.1.2",
"core-js": "^3.6.5",
"rollup": "^2.15.0",
"rollup-plugin-terser": "^6.1.0",
"ts-node": "^8.10.2",
"tslib": "^2.0.0",
"typescript": "^3.9.5"
}
}