analytics / tracker /npm_package /package.json
Leon4gr45's picture
Upload folder using huggingface_hub (part 6)
6778ee0 verified
Raw
History Blame Contribute Delete
552 Bytes
{
"name": "@plausible-analytics/tracker",
"version": "0.4.5",
"description": "Plausible Analytics official frontend tracking library",
"scripts": {
"test": "echo \"Error: Testing done in the tracker folder\" && exit 1"
},
"repository": "https://github.com/plausible/plausible",
"keywords": [
"web-analytics",
"website-analytics",
"analytics"
],
"author": "Plausible Analytics",
"license": "MIT",
"homepage": "https://plausible.io",
"type": "module",
"module": "./plausible.js",
"types": "./plausible.d.ts"
}