-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
36 lines (36 loc) · 894 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": "@vespaiach/axios-fetch-adapter",
"version": "0.3.1",
"description": "Fetch adapter for axios",
"main": "index.js",
"module": "index.js",
"types": "index.d.ts",
"scripts": {
"release": "np",
"test": "echo done",
"dev": "vite"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vespaiach/axios-fetch-adapter.git"
},
"keywords": [
"axios",
"adapter",
"fetch"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/vespaiach/axios-fetch-adapter/issues"
},
"homepage": "https://github.com/vespaiach/axios-fetch-adapter#readme",
"devDependencies": {
"axios": "^0.27.2",
"np": "^7.6.1",
"vite": "^2.8.0"
},
"peerDependencies": {
"axios": ">=0.26.0"
}
}