astro-analytics
Version:
Analytics components for Astro
28 lines (27 loc) • 514 B
JSON
{
"name": "astro-analytics",
"version": "2.7.0",
"description": "Analytics components for Astro",
"type": "module",
"author": "Timur Badretdinov <destinerx@gmail.com>",
"keywords": [
"astro",
"astro-component",
"astro-integration",
"analytics",
"stats",
"tracking"
],
"repository": {
"type": "git",
"url": "git://github.com/Destiner/astro-analytics.git"
},
"license": "MIT",
"exports": {
".": "./index.ts"
},
"files": [
"src",
"index.ts"
]
}