react-http-client
Version:
A httpClient for react frontend app using which you can make api calls
20 lines (19 loc) • 421 B
JSON
{
"name": "react-http-client",
"version": "1.0.1",
"description": "A httpClient for react frontend app using which you can make api calls ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-http-client",
"react",
"react-http"
],
"author": "Chandan Kumar",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2"
}
}