-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 864 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
{
"name": "redux-api-saga",
"version": "1.2.4",
"description": "Redux Saga API abstraction",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"dependencies": {
"axios": "^0.18.0",
"query-string": "^6.2.0",
"redux-saga": "^1.0.1",
"seamless-immutable": "^7.1.4"
},
"devDependencies": {
"@types/query-string": "^6.2.0",
"@types/seamless-immutable": "^7.1.6",
"typescript": "^3.3.1"
},
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aruntk/redux-api-saga.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aruntk/redux-api-saga/issues"
},
"homepage": "https://github.com/aruntk/redux-api-saga#readme"
}