UNPKG

@snowplow/browser-tracker

Version:
67 lines 1.84 kB
{ "name": "@snowplow/browser-tracker", "version": "4.5.0", "description": "Browser tracker for Snowplow", "keywords": [ "tracking", "web analytics", "events", "open source" ], "homepage": "http://bit.ly/sp-js", "bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues", "repository": { "type": "git", "url": "https://github.com/snowplow/snowplow-javascript-tracker.git" }, "license": "BSD-3-Clause", "contributors": [ "Alex Dean", "Simon Andersson", "Anthon Pang", "Fred Blundun", "Joshua Beemster", "Michael Hadam", "Paul Boocock" ], "sideEffects": false, "main": "./dist/index.umd.js", "module": "./dist/index.module.js", "types": "./dist/index.module.d.ts", "files": [ "dist" ], "dependencies": { "tslib": "^2.3.1", "@snowplow/browser-tracker-core": "4.5.0", "@snowplow/tracker-core": "4.5.0" }, "devDependencies": { "@ampproject/rollup-plugin-closure-compiler": "~0.27.0", "@rollup/plugin-commonjs": "~21.0.2", "@rollup/plugin-node-resolve": "~13.1.3", "@types/jest": "~28.1.1", "@types/jsdom": "~16.2.14", "@types/lodash": "~4.14.180", "@typescript-eslint/eslint-plugin": "~5.15.0", "@typescript-eslint/parser": "~5.15.0", "eslint": "~8.11.0", "jest": "~28.1.3", "jest-environment-jsdom": "~28.1.3", "jest-environment-jsdom-global": "~4.0.0", "jest-standard-reporter": "~2.0.0", "lodash": "~4.17.21", "rollup": "~2.70.1", "rollup-plugin-cleanup": "~3.2.1", "rollup-plugin-license": "~2.6.1", "rollup-plugin-terser": "~7.0.2", "rollup-plugin-ts": "~2.0.5", "ts-jest": "~28.0.8", "typescript": "~4.6.2", "whatwg-fetch": "~3.6.20" }, "scripts": { "build": "rollup -c --silent --failAfterWarnings", "test": "jest" } }