snowplow/snowplow-javascript-tracker

View on GitHub
trackers/node-tracker/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@snowplow/node-tracker",
  "version": "4.0.0",
  "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"
  ],
  "scripts": {
    "build": "rollup -c --silent --failAfterWarnings",
    "test": "ava"
  },
  "ava": {
    "extensions": [
      "ts"
    ],
    "require": [
      "ts-node/register"
    ]
  },
  "dependencies": {
    "@snowplow/tracker-core": "workspace:*",
    "tslib": "^2.3.1"
  },
  "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"
  }
}