UNPKG

@snowplow/node-tracker

Version:
61 lines 1.51 kB
{ "name": "@snowplow/node-tracker", "version": "4.6.3", "description": "Node tracker for Snowplow", "keywords": [ "snowplow", "analytics", "tracking", "events", "open source" ], "homepage": "https://docs.snowplowanalytics.com/docs/collecting-data/collecting-from-own-applications/node-js-tracker/", "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": [ "Fred Blundun", "Anton Parkhomenko", "Paul Boocock" ], "sideEffects": false, "main": "./dist/index.cjs.js", "module": "./dist/index.module.js", "types": "./dist/index.module.d.ts", "files": [ "dist" ], "ava": { "extensions": [ "ts" ], "require": [ "ts-node/register" ] }, "dependencies": { "tslib": "^2.3.1", "@snowplow/tracker-core": "4.6.3" }, "devDependencies": { "@rollup/plugin-json": "~4.1.0", "@types/node": "~14.6.0", "@typescript-eslint/eslint-plugin": "~5.15.0", "@typescript-eslint/parser": "~5.15.0", "ava": "~5.1.1", "eslint": "~8.11.0", "eslint-plugin-ava": "~13.2.0", "rollup": "~2.70.1", "rollup-plugin-license": "~2.6.1", "rollup-plugin-ts": "~2.0.5", "ts-node": "~10.9.1", "typescript": "~4.6.2" }, "scripts": { "build": "rollup -c --silent --failAfterWarnings", "test": "ava" } }