{
	"name": "@harperdb/http-cache",
	"version": "1.2.1",
	"type": "commonjs",
	"description": "A HarperDB Component for caching HTTP requests/responses, allowing caching of data from HTTP-level components.",
	"keywords": [
		"harperdb",
		"caching"
	],
	"homepage": "https://github.com/HarperDB/http-cache",
	"bugs": {
		"url": "https://github.com/HarperDB/http-cache/issues",
		"email": "support@harperdb.io"
	},
	"author": {
		"name": "HarperDB",
		"email": "support@harperdb.io"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/HarperDB/http-cache.git"
	},
	"license": "Apache-2.0",
	"scripts": {
		"format": "prettier --write ."
	},
	"dependencies": {},
	"devDependencies": {
		"@harperdb/code-guidelines": "^0.0.2",
		"prettier": "^3.3.3"
	},
	"prettier": "@harperdb/code-guidelines/prettier"
}
