UNPKG

axios-handler

Version:

This hook works with the axios library, making queries much easier and more convenient.

36 lines (35 loc) 758 B
{ "name": "axios-handler", "version": "1.1.1", "description": "This hook works with the axios library, making queries much easier and more convenient.", "main": "index.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "format": "prettier --write ." }, "author": "Yeldos Turapbayev", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/ekosh02/axios-handler" }, "keywords": [ "axios-handler", "axios", "useFetching", "fetch", "use", "hook", "hooks", "React", "React Native" ], "peerDependencies": { "axios": ">=1.7.4", "react": ">=18.0.0" }, "devDependencies": { "prettier": "^3.4.2", "typescript": "^5.7.2" } }