{
  "name": "snowplow-tracker-core",
  "version": "0.10.0",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "ava"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "lodash": "^4.17.20",
    "tslib": "^2.0.3",
    "uuid": "^3.3.3"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.160",
    "@types/node": "^14.6.0",
    "@types/uuid": "^3.4.6",
    "@typescript-eslint/eslint-plugin": "^4.9.0",
    "@typescript-eslint/parser": "^4.9.0",
    "@wessberg/rollup-plugin-ts": "^1.3.8",
    "ava": "^3.13.0",
    "eslint": "^7.7.0",
    "prettier": "^2.1.1",
    "rollup": "^2.34.0",
    "ts-node": "^9.0.0",
    "typescript": "^4.1.2"
  },
  "contributors": [
    "Alex Dean",
    "Simon Andersson",
    "Fred Blundun",
    "Paul Boocock"
  ],
  "description": "Core functionality for the Snowplow JavaScript trackers (Browser, Node.js)",
  "repository": {
    "type": "git",
    "url": "https://github.com/snowplow/snowplow-javascript-tracker.git"
  },
  "bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
  "keywords": [
    "tracking",
    "web analytics",
    "events",
    "open source"
  ],
  "license": "Apache-2.0",
  "ava": {
    "extensions": [
      "ts"
    ],
    "require": [
      "ts-node/register"
    ]
  }
}
