UNPKG

ngx-matomo-client

Version:

Matomo (fka. Piwik) client for Angular applications

66 lines (65 loc) 1.71 kB
{ "name": "ngx-matomo-client", "version": "8.0.0", "author": "Emmanuel Roux (https://github.com/EmmanuelRoux)", "description": "Matomo (fka. Piwik) client for Angular applications", "keywords": [ "matomo", "piwik", "angular", "analytics" ], "peerDependencies": { "@angular/common": "^20.0.0", "@angular/core": "^20.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "repository": { "type": "git", "url": "https://github.com/EmmanuelRoux/ngx-matomo-client.git", "directory": "projects/tracker" }, "bugs": { "url": "https://github.com/EmmanuelRoux/ngx-matomo-client/issues" }, "license": "MIT", "homepage": "https://github.com/EmmanuelRoux/ngx-matomo-client#readme", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "schematics": "./schematics/collection.json", "ng-add": { "save": true }, "sideEffects": false, "module": "fesm2022/ngx-matomo-client.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ngx-matomo-client.mjs" }, "./core": { "types": "./core/index.d.ts", "default": "./fesm2022/ngx-matomo-client-core.mjs" }, "./form-analytics": { "types": "./form-analytics/index.d.ts", "default": "./fesm2022/ngx-matomo-client-form-analytics.mjs" }, "./router": { "types": "./router/index.d.ts", "default": "./fesm2022/ngx-matomo-client-router.mjs" }, "./testing": { "types": "./testing/index.d.ts", "default": "./fesm2022/ngx-matomo-client-testing.mjs" } } }