{
	"name": "fastify-floc-off",
	"version": "3.0.1",
	"description": "Fastify plugin to opt out of Google's Topics advertising-surveillance API",
	"keywords": [
		"block",
		"fastify",
		"floc",
		"google",
		"headers",
		"plugin",
		"opt out",
		"opt-out",
		"topics",
		"tracking"
	],
	"main": "src/index.js",
	"type": "commonjs",
	"types": "types/index.d.ts",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Fdawgs/fastify-floc-off.git"
	},
	"homepage": "https://github.com/Fdawgs/fastify-floc-off",
	"bugs": {
		"url": "https://github.com/Fdawgs/fastify-floc-off/issues"
	},
	"license": "MIT",
	"author": "Frazer Smith <frazer.dev@icloud.com>",
	"funding": "https://github.com/sponsors/Fdawgs",
	"engines": {
		"node": ">=20"
	},
	"dependencies": {
		"fastify-plugin": "^5.0.1"
	}
}
