{
	"name": "@bombitmanbomb/http-client",
	"version": "2.3.5",
	"description": "",
	"main": "lib",
	"types": "lib",
	"type": "module",
	"scripts": {
		"build": "Del lib /S /Q && npm run prepare",
		"prepare": "tsc",
		"document": "npx typedoc src"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/bombitmanbomb/Http-Client.git"
	},
	"keywords": [],
	"author": "",
	"license": "ISC",
	"bugs": {
		"url": "https://github.com/bombitmanbomb/Http-Client/issues"
	},
	"homepage": "https://github.com/bombitmanbomb/Http-Client#readme",
	"dependencies": {
		"@bombitmanbomb/utils": "^2.13.0",
		"abort-controller": "^3.0.0",
		"form-data": "^4.0.0",
		"node-fetch": "^3.2.10"
	},
	"devDependencies": {
		"@types/core-js": "^2.5.4",
		"@types/node": "^18.8.4",
		"@types/node-fetch": "^3.0.3",
		"typedoc": "^0.23.10",
		"typescript": "^4.2.4"
	},
	"engines": {
		"node": ">=16.0.0"
	}
}
