axios-master
Version:
Axios wrapper for advanced response time logging, retries, and token refresh.
44 lines (43 loc) • 973 B
JSON
{
"name": "axios-master",
"version": "2.0.2",
"description": "Axios wrapper for advanced response time logging, retries, and token refresh.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-ts": "npx tsc",
"build": "npx tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/togtokh-dev/axios-master.git"
},
"keywords": [
"axios",
"axios-wrapper",
"axios-logger",
"axios-retry",
"typescript",
"logging",
"retry",
"token-refresh",
"togtokh"
],
"author": "TOGTOKH.DEV",
"license": "ISC",
"bugs": {
"url": "https://github.com/togtokh-dev/axios-master/issues"
},
"homepage": "https://github.com/togtokh-dev/axios-master#readme",
"dependencies": {
"axios": "^1.3.4"
},
"devDependencies": {
"@types/node": "^18.15.11",
"typescript": "^5.0.4"
}
}