{
	"name": "@digi4care/astro-google-analytics",
	"version": "2.0.1",
	"description": "A seamless integration for injecting Google Analytics snippets into Astro projects, supporting popular web analytics tools.",
	"homepage": "https://github.com/digi4care/astro-google-analytics",
	"bugs": {
		"url": "https://github.com/digi4care/astro-google-analytics/issues"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/digi4care/astro-google-analytics.git"
	},
	"author": {
		"name": "digi4care",
		"email": "chris@digi4care.nl",
		"url": "https://github.com/digi4care"
	},
	"license": "MIT",
	"type": "module",
	"publishConfig": {
		"access": "public"
	},
	"exports": {
		".": "./index.ts"
	},
	"files": [
		"src",
		"index.ts"
	],
	"scripts": {
		"lint": "biome check .",
		"lint:fix": "biome check --write .",
		"format": "biome format --write .",
		"check": "biome check --write ."
	},
	"keywords": [
		"astro-component",
		"astro",
		"analytics",
		"google-analytics",
		"ga4",
		"astro-integration",
		"web-analytics",
		"gtag",
		"SEO",
		"website-tracking",
		"web-analytics-integration"
	],
	"devDependencies": {
		"@biomejs/biome": "^2.4.15",
		"astro": "^6.3.3",
		"typescript": "^6.0.3"
	},
	"peerDependencies": {
		"astro": "^6.0.0"
	}
}
