@amanooo/fetch
Version:
custom fetch
33 lines • 738 B
JSON
{
"name": "@amanooo/fetch",
"version": "1.0.4",
"description": "custom fetch",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "amano",
"license": "ISC",
"keywords": [
"fetch",
"retry-fetch"
],
"dependencies": {
"async-retry": "^1.2.3",
"isomorphic-unfetch": "^3.0.0"
},
"homepage": "https://github.com/amanoooo/fetch",
"repository": {
"type": "git",
"url": "https://github.com/amanoooo/fetch"
},
"devDependencies": {
"@types/async-retry": "^1.4.1",
"basic-auth": "^2.0.1",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"typescript": "^3.5.3"
}
}