UNPKG

ngx-matomo-client

Version:

Matomo (fka. Piwik) client for Angular applications

66 lines (65 loc) 1.82 kB
{ "name": "ngx-matomo-client", "version": "9.0.1", "author": "Emmanuel Roux (https://github.com/EmmanuelRoux)", "description": "Matomo (fka. Piwik) client for Angular applications", "keywords": [ "matomo", "piwik", "angular", "analytics" ], "peerDependencies": { "@angular/common": "^21.0.0", "@angular/core": "^21.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": "types/ngx-matomo-client.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./types/ngx-matomo-client.d.ts", "default": "./fesm2022/ngx-matomo-client.mjs" }, "./core": { "types": "./types/ngx-matomo-client-core.d.ts", "default": "./fesm2022/ngx-matomo-client-core.mjs" }, "./form-analytics": { "types": "./types/ngx-matomo-client-form-analytics.d.ts", "default": "./fesm2022/ngx-matomo-client-form-analytics.mjs" }, "./router": { "types": "./types/ngx-matomo-client-router.d.ts", "default": "./fesm2022/ngx-matomo-client-router.mjs" }, "./testing": { "types": "./types/ngx-matomo-client-testing.d.ts", "default": "./fesm2022/ngx-matomo-client-testing.mjs" } } }