fetchbee
Version:
A lightweight JS library to simplify all kinds of API calls.
25 lines (24 loc) • 466 B
JSON
{
"name": "fetchbee",
"version": "3.6.5",
"description": "A lightweight JS library to simplify all kinds of API calls.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"fetch",
"api",
"http",
"axios-alternative",
"rest",
"get",
"post"
],
"author": "Biswajeet Mishra",
"license": "MIT",
"type": "module",
"dependencies": {
"fetchbee": "^3.2.5"
}
}