@xiaohuohumax/x-fetch-plugin-retry
Version:
x-fetch plugin retry package
52 lines • 1.2 kB
JSON
{
"name": "@xiaohuohumax/x-fetch-plugin-retry",
"type": "module",
"version": "0.0.4",
"description": "x-fetch plugin retry package",
"author": {
"name": "xiaohuohumax",
"url": "https://github.com/xiaohuohumax"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/xiaohuohumax/x-fetch.git"
},
"keywords": [
"x-fetch",
"retry",
"plugin"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": {
"default": "./dist/index.mjs"
},
"require": {
"default": "./dist/index.cjs"
}
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"promise-retry": "^2.0.1",
"@xiaohuohumax/x-fetch-core": "^0.2.0",
"@xiaohuohumax/x-fetch-error": "^0.0.3",
"@xiaohuohumax/x-fetch-request": "^0.2.0",
"@xiaohuohumax/x-fetch-types": "^0.2.0"
},
"devDependencies": {
"@types/promise-retry": "^1.1.6",
"@types/retry": "^0.12.5"
},
"scripts": {
"build": "rollup -c rollup.config.ts --configPlugin esbuild",
"build:watch": "pnpm build --watch"
}
}