query-with-axios
Version:
A utility package for making API requests with Axios and managing queries and mutations using TanStack Query.
31 lines • 772 B
JSON
{
"name": "query-with-axios",
"description": "A utility package for making API requests with Axios and managing queries and mutations using TanStack Query.",
"version": "1.1.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"homepage": "https://github.com/AbdelhadiAlkayal/query-with-axios",
"repository": {
"url": "https://github.com/AbdelhadiAlkayal/query-with-axios"
},
"keywords": [
"tanstack",
"query",
"axios",
"api",
"requests",
"typescripts"
],
"scripts": {
"build": "tsup"
},
"author": "abdelhadi-alkayal",
"license": "MIT",
"dependencies": {
"@tanstack/vue-query": "^5.62.9",
"axios": "^1.7.9",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
}
}