19 lines
547 B
JSON
19 lines
547 B
JSON
{
|
|
"name": "easy-umami-js",
|
|
"version": "0.8.1",
|
|
"main": "umami.js",
|
|
"type": "module",
|
|
"description": "A JavaScript client for interacting with the Umami analytics API.",
|
|
"keywords": ["umami", "analytics", "api", "client"],
|
|
"author": "digitaldrreamer",
|
|
"license": "MIT",
|
|
"exports": {
|
|
"require": "./umami.cjs.js",
|
|
"import": "./umami.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/digitaldrreamer/easy-umami-js.git"
|
|
},
|
|
"homepage": "https://github.com/digitaldrreamer/easy-umami-js#readme"
|
|
}
|