@objectiv/tracker-browser
Version:
Objectiv Web application analytics tracker for the open analytics taxonomy
75 lines (74 loc) • 2.16 kB
JSON
{
"name": "@objectiv/tracker-browser",
"version": "0.0.26",
"description": "Objectiv Web application analytics tracker for the open analytics taxonomy",
"license": "Apache-2.0",
"homepage": "https://objectiv.io",
"keywords": [
"objectiv",
"tracking",
"web",
"analytics",
"events",
"taxonomy"
],
"repository": {
"type": "git",
"url": "https://github.com/objectiv/objectiv-analytics.git",
"directory": "tracker/trackers/browser"
},
"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",
"jest-fetch-mock": "^3.0.3",
"jest-useragent-mock": "^0.1.1",
"prettier": "^2.7.1",
"ts-jest": "^28.0.7",
"tsup": "^6.2.1",
"typescript": "^4.7.4"
},
"dependencies": {
"@objectiv/plugin-application-context": "^0.0.26",
"@objectiv/plugin-http-context": "^0.0.26",
"@objectiv/plugin-path-context-from-url": "^0.0.26",
"@objectiv/plugin-root-location-context-from-url": "^0.0.26",
"@objectiv/queue-local-storage": "^0.0.26",
"@objectiv/schema": "^0.0.26",
"@objectiv/tracker-core": "^0.0.26",
"@objectiv/transport-debug": "^0.0.26",
"@objectiv/transport-fetch": "^0.0.26",
"@objectiv/transport-xhr": "^0.0.26"
}
}