UNPKG

@picoo-studio/astro-google-tagmanager

Version:

A seamless integration for injecting Google Tag Manager snippets into Astro projects, supporting popular web analytics tools.

39 lines (38 loc) 878 B
{ "name": "@picoo-studio/astro-google-tagmanager", "version": "1.4.1", "description": "A seamless integration for injecting Google Tag Manager snippets into Astro projects, supporting popular web analytics tools.", "license": "MIT", "type": "module", "publishConfig": { "access": "public" }, "exports": { ".": "./index.ts" }, "files": [ "src", "index.ts" ], "keywords": [ "astro-component", "astro", "analytics", "tagmanager", "google-tagmanager", "gtm", "astro-integration", "web-analytics", "SEO", "website-tracking", "web-analytics-integration" ], "scripts": {}, "devDependencies": { "astro": "^1.2.1 || ^2.0.0 || ^3.0.0-beta.0 || ^3.0.0 || ^4.0.0", "typescript": "^4.0.0" }, "peerDependencies": { "astro": "^1.2.1 || ^2.0.0 || ^3.0.0-beta.0 || ^3.0.0 || ^4.0.0" } }