21 lines
543 B
JSON
21 lines
543 B
JSON
{
|
|
"name": "macobo-test-tracker",
|
|
"version": "0.1.6",
|
|
"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"
|
|
}
|