UNPKG

@snowplow/browser-plugin-browser-features

Version:

Attaches browser features to Snowplow events

53 lines 1.63 kB
{ "name": "@snowplow/browser-plugin-browser-features", "version": "3.24.6", "description": "Attaches browser features to Snowplow events", "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", "author": "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": "3.24.6" }, "devDependencies": { "@ampproject/rollup-plugin-closure-compiler": "~0.27.0", "@rollup/plugin-commonjs": "~21.0.2", "@rollup/plugin-node-resolve": "~13.1.3", "@types/jest": "~27.4.1", "@types/jsdom": "~16.2.14", "@typescript-eslint/eslint-plugin": "~5.15.0", "@typescript-eslint/parser": "~5.15.0", "eslint": "~8.11.0", "jest": "~27.5.1", "jest-environment-jsdom": "~27.5.1", "jest-environment-jsdom-global": "~3.0.0", "jest-standard-reporter": "~2.0.0", "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": "~27.1.3", "typescript": "~4.6.2", "@snowplow/tracker-core": "3.24.6" }, "peerDependencies": { "@snowplow/browser-tracker": "~3.24.6" }, "scripts": { "build": "rollup -c --silent --failAfterWarnings", "test": "jest" } }