UNPKG

@objectiv/plugin-application-context

Version:

Plugin for Objectiv trackers to automatically generate and attach ApplicationContext to all Events

67 lines (66 loc) 1.78 kB
{ "name": "@objectiv/plugin-application-context", "version": "0.0.26", "description": "Plugin for Objectiv trackers to automatically generate and attach ApplicationContext to all Events", "license": "Apache-2.0", "homepage": "https://objectiv.io", "keywords": [ "objectiv", "tracking", "web", "analytics", "events", "taxonomy", "plugin", "application context" ], "repository": { "type": "git", "url": "https://github.com/objectiv/objectiv-analytics.git", "directory": "tracker/plugins/application-context" }, "bugs": "https://github.com/objectiv/objectiv-analytics/issues", "contributors": [ { "name": "Surai Di Rosa", "email": "surai.dirosa@gmail.com", "url": "https://github.com/sdirosa" } ], "main": "./dist/index.js", "module": "./dist/esm/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "require": "./dist/index.js", "import": "./dist/esm/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsup src/index.ts --format cjs,esm --legacy-output --minify --dts --sourcemap --clean", "deploy:verdaccio": "npm publish", "prettify": "prettier --write .", "tsc": "tsc --noEmit", "test": "jest --silent", "test:ci": "jest --silent --ci", "test:coverage": "jest --silent --coverage", "depcheck": "npx depcheck" }, "devDependencies": { "@objectiv/developer-tools": "^0.0.26", "@objectiv/testing-tools": "^0.0.26", "jest": "^28.1.3", "prettier": "^2.7.1", "ts-jest": "^28.0.7", "tsup": "^6.2.1", "typescript": "^4.7.4" }, "peerDependencies": { "@objectiv/schema": "^0.0.26", "@objectiv/tracker-core": "^0.0.26" } }