-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.03 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
47
48
49
{
"name": "fetch-run",
"version": "2.8.3",
"description": "Fetch middleware for the modern minimalist",
"scripts": {
"build": "rm -rf dist && tsc --project .",
"test": "jest src/",
"release": "np"
},
"keywords": [
"fetch",
"fetch-run",
"http",
"api",
"middleware",
"stack"
],
"browser": "./dist/index.js",
"main": "./dist/index.js",
"react-native": "./src/index.ts",
"author": "0x55 <[email protected]>",
"license": "ISC",
"files": [
"dist",
"images",
"src",
"use"
],
"devDependencies": {
"@types/jest": "^27.5.1",
"@types/lodash.merge": "^4.6.7",
"@types/web": "^0.0.67",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"jest": "^28.1.0",
"jest-fetch-mock": "^3.0.3",
"prettier": "^2.7.1",
"ts-jest": "^28.0.2",
"tslib": "^2.4.0",
"typescript": "^4.6.4"
},
"dependencies": {
"lodash.merge": "^4.6.2",
"query-string": "^7.1.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}