@fetch-suit/react-fetch-interceptor
Version:
a very simple fetch interception solution for react
44 lines (43 loc) • 994 B
JSON
{
"name": "@fetch-suit/react-fetch-interceptor",
"version": "0.0.6",
"description": "a very simple fetch interception solution for react",
"type": "module",
"types": "./dist/index.d.ts",
"exports": "./dist/index.js",
"files": [
"dist/"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"keywords": [
"react",
"fetch",
"fetch-interceptor",
"ajax"
],
"author": "hungtcs <hungtcs@outlook.com>",
"license": "UNLICENSED",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hungtcs/fetch-suit.git"
},
"bugs": {
"url": "https://github.com/hungtcs/fetch-suit/issues"
},
"homepage": "https://github.com/hungtcs/fetch-suit#readme",
"devDependencies": {
"@types/react": "^18.0.6",
"tsconfig": "^7.0.0",
"typescript": "^4.6.3"
},
"peerDependencies": {
"react": "^18.0.0"
},
"gitHead": "5f09889b3f27e5cee2ba7426b08af1e2e0c14e67"
}