@evolv-delivery/metrics
Version:
Allows Metrics (audience attributes and events) to be populated/emitted from dom, query parameters, datalayer, cookie, local storage, and session storage.
35 lines (34 loc) • 1.1 kB
JSON
{
"name": "@evolv-delivery/metrics",
"version": "1.14.1",
"description": "Allows Metrics (audience attributes and events) to be populated/emitted from dom, query parameters, datalayer, cookie, local storage, and session storage.",
"main": "dist/index.js",
"files": ["dist", "README.md", "CHANGELOG.md", "LICENSE"],
"jest": {
"preset": "rollup-jest",
"testEnvironment": "jsdom"
},
"scripts": {
"build": "rollup --config rollup.config.js",
"watch": "rollup --config rollup.config.js --watch",
"dev": "pushd dist; python3 -m http.server 8000; popd",
"test": "jest"
},
"keywords": ["audience", "events", "metrics", "context", "DSL"],
"author": "richardcowin",
"repository": {
"type": "git",
"url": "https://github.com/evolv-ai/metrics.git"
},
"homepage": "https://github.com/evolv-ai/metrics/",
"bugs": {
"url": "https://github.com/evolv-ai/metrics/issues"
},
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"jest": "^29.6.3",
"jest-environment-jsdom": "^29.6.3",
"rollup-jest": "^3.1.0"
},
"license": "ISC"
}