promoted-snowplow-logger
Version:
Logging utility for browser-side Typescript that logs Promoted events to our Metrics Snowplow-compatible API
45 lines (44 loc) • 1.09 kB
JSON
{
"name": "promoted-snowplow-logger",
"version": "8.2.3",
"description": "Logging utility for browser-side Typescript that logs Promoted events to our Metrics Snowplow-compatible API",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/promotedai/promoted-snowplow-logger"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"library",
"promoted",
"logger",
"logging",
"snowplow"
],
"author": {
"name": "Dan Hill",
"email": "dhill@promoted.ai",
"url": "https://promoted.ai"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/promotedia/promoted-snowplow-logger/issues"
},
"homepage": "https://github.com/promotedai/promoted-snowplow-logger#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"src/**/*.{js,ts,tsx}": [
"npm run lint"
]
},
"main": "promoted-snowplow-logger.umd.js",
"module": "promoted-snowplow-logger.esm.js",
"typings": "index.d.ts"
}