@financial-times/o-tracking
Version:
Provides tracking for a product. Tracking requests are sent to the Spoor API.
31 lines (30 loc) • 763 B
JSON
{
"name": "@financial-times/o-tracking",
"version": "4.9.0",
"description": "Provides tracking for a product. Tracking requests are sent to the Spoor API.",
"keywords": [
"tracking",
"spoor"
],
"homepage": "https://registry.origami.ft.com/components/o-tracking",
"bugs": {
"url": "https://github.com/Financial-Times/origami/issues/new?labels=o-tracking,libraries",
"email": "origami.support@ft.com"
},
"scripts": {
"test": "web-test-runner --config ./web-test-runner.config.mjs"
},
"license": "MIT",
"type": "module",
"browser": "main.js",
"engines": {
"npm": ">7"
},
"dependencies": {
"ftdomdelegate": "^5"
},
"private": false,
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.5"
}
}