File size: 552 Bytes
6778ee0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"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"
}
|