-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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
{
"name": "fetch-axios-wrapper",
"version": "1.0.9",
"description": "A lightweight Axios-like wrapper for the native fetch API, tailored for Next.js",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/rastmob/fetch-like-axios"
},
"keywords": [
"nextjs",
"fetch",
"axios",
"wrapper",
"javascript",
"http-client"
],
"author": "Rast Mobile Information Technologies",
"license": "MIT",
"bugs": {
"url": "https://github.com/rastmob/fetch-like-axios/issues"
},
"homepage": "https://www.rastmobile.com",
"contributors": [
{
"name": "Mehmet Alp",
"email": "[email protected]",
"url": "https://www.linkedin.com/company/rastmobile/"
}
],
"funding": {
"type": "linkedin",
"url": "https://www.linkedin.com/company/rastmobile/"
},
"social": {
"linkedin": "https://www.linkedin.com/company/rastmobile/",
"behance": "https://www.behance.net/rastmobile",
"instagram": "https://instagram.com/mobilerast"
},
"engines": {
"node": ">=16.0.0"
}
}