-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 870 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
{
"name": "epix",
"version": "0.0.3",
"description": "Epics without redux-observable",
"type": "module",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/getkey/epix.git"
},
"license": "MPL-2.0",
"private": false,
"keywords": [
"redux-observable",
"epic",
"epics",
"rxjs",
"reactive"
],
"scripts": {
"build": "tsc",
"lint": "eslint --ext=tsx,ts src",
"prepublish": "npm run lint && npm run build"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"eslint": "^7.14.0",
"eslint-config-getkey": "^0.1.2",
"rxjs": "^6.6.3",
"typescript": "^4.1.2"
},
"peerDependencies": {
"rxjs": "^6.5.4"
},
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}