http-retrier
Version:
35 lines • 773 B
JSON
{
"name": "http-retrier",
"version": "0.0.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"type": "commonjs",
"files": [
"dist/"
],
"types": "dist/@types",
"scripts": {
"build": "tsc",
"test": "ts-node test.js"
},
"keywords": [
"fetch",
"retry",
"fetch-retry",
"retry-logic",
"http-client"
],
"author": "Fredrik Olander <fredrikolander@golfbyolan.se>",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/axios": "^0.14.4",
"@types/node": "^22.15.17",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
},
"dependencies": {
"axios": "^1.9.0",
"xml-js-v2": "^2.2.1"
}
}