{
  "name": "@raphaelscunha/event-tracker",
  "version": "1.1.0",
  "private": false,
  "description": "A simple event tracking and user identification package with streaming capabilities",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "keywords": ["event-tracking", "analytics", "user-identification", "streaming"],
  "author": "Raphael Scunha",
  "license": "MIT",
  "devDependencies": {
    "typescript": "^4.5.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/raphaelscunha/event-tracker.git"
  },
  "bugs": {
    "url": "https://github.com/raphaelscunha/event-tracker/issues"
  },
  "homepage": "https://github.com/raphaelscunha/event-tracker#readme"
}
