{
	"name": "es-fetcher",
	"version": "1.0.23",
	"description": "Enhance your frontend application's API implementation and calls with es-fetcher. Simplify and accelerate the process like never before.",
	"main": "lib/index.js",
	"types": "lib/index.d.ts",
	"scripts": {
		"build": "tsc",
		"watch:build": "(set /p dirPath=\"Enter Dir Path:\" || set dirPath=./lib) && call tsc --watch --outDir \"%dirPath%\""
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/SheikhAminul/es-fetcher.git"
	},
	"keywords": [
		"xhr",
		"fetch",
		"ajax",
		"http",
		"https",
		"api",
		"async",
		"react",
		"reactjs",
		"use-fetch",
		"react-hook"
	],
	"author": "Sheikh Aminul <aminulfse@gmail.com>",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/SheikhAminul/es-fetcher/issues"
	},
	"files": [
		"./lib/**/*"
	],
	"homepage": "https://github.com/SheikhAminul/es-fetcher#readme",
	"devDependencies": {
		"@types/react": "19.0.8",
		"ts-loader": "^9.5.2",
		"typescript": "^5.7.3"
	},
	"dependencies": {
		"react": "19.0.0"
	}
}