@dotcms/analytics
Version:
Official JavaScript library for Content Analytics with DotCMS.
43 lines (42 loc) • 1.01 kB
JSON
{
"name": "@dotcms/analytics",
"version": "1.0.0",
"description": "Official JavaScript library for Content Analytics with DotCMS.",
"repository": {
"type": "git",
"url": "git+https://github.com/dotCMS/core.git#main"
},
"keywords": [
"dotCMS",
"CMS",
"Content Management",
"Analytics",
"Tracking"
],
"author": "dotcms <dev@dotcms.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dotCMS/core/issues"
},
"homepage": "https://github.com/dotCMS/core/tree/main/core-web/libs/sdk/analytics/README.md",
"dependencies": {
"analytics": "^0.8.14"
},
"peerDependencies": {
"react": "19.1.0",
"@dotcms/uve": "^1.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/react": "^14.0.0",
"vite": "~5.0.0"
},
"main": "./index.cjs.js",
"module": "./index.esm.js",
"exports": {
"./react": {
"import": "./react/index.js",
"types": "./src/lib/react/index.d.ts"
}
}
}