mini-fetchy
Version:
Custom fetch client for reusable HTTP calls
33 lines (32 loc) • 640 B
JSON
{
"name": "mini-fetchy",
"version": "1.2.0",
"description": "Custom fetch client for reusable HTTP calls",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"typescript": "^4.5.4"
},
"author": "Akshay P",
"license": "MIT",
"keywords": [
"fetch",
"axios-alternative",
"fetch-wrapper",
"http-client",
"custom-fetch",
"timeout-fetch",
"lightweight-fetch",
"fetch-instance",
"javascript-fetch",
"node-fetch",
"fetch-api",
"rest-client",
"native-fetch",
"fetch-helper",
"minimal-http-client"
]
}