-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 990 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": "silver-request",
"version": "1.0.4",
"description": "Wrapper For Fetch Request With Cache Ability",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"prepublish": "tsc",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/silverboyir/silver-request.git"
},
"bugs": {
"url": "https://github.com/silverboyir/silver-request/issues"
},
"homepage": "https://github.com/silverboyir/silver-request#readme",
"author": "silverboyir",
"license": "MIT",
"devDependencies": {
"@types/jest": "^26.0.7",
"@types/node-fetch": "^2.5.7",
"@types/redux": "^3.6.0",
"babel-jest": "^24.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"fetch-mock": "^9.10.5",
"jest": "^26.1.0",
"jest-cli": "^26.1.0",
"jest-fetch-mock": "^3.0.3",
"react-addons-test-utils": "*",
"ts-jest": "^26.1.4",
"typescript": "^3.9.7",
"webpack": "^4.44.0"
}
}