UNPKG

xfetch-hook

Version:
42 lines (41 loc) 1 kB
{ "name": "xfetch-hook", "version": "0.0.1", "description": "fetch/xhr middlewares made easy!", "main": "src/main.js", "type": "module", "scripts": { "esbuild": "esbuild", "build": "rimraf ./dist && node esbuild.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/husseyexplores/xfetch-hook.git" }, "keywords": [ "fetch", "xhr", "XMLHttpRequest", "fetch-interceptor", "fetch-middleware", "fetch-listener", "xhr-interceptor", "xhr-middleware", "xhr-listener" ], "author": "husseyexplores", "license": "MIT", "bugs": { "url": "https://github.com/husseyexplores/xfetch-hook/issues" }, "homepage": "https://github.com/husseyexplores/xfetch-hook#readme", "devDependencies": { "esbuild": "^0.14.11", "eslint": "^8.6.0", "eslint-config-prettier": "^8.3.0", "npm": "^8.3.1", "prettier": "^2.5.1", "rimraf": "^3.0.2" } }