{
  "name": "analytics-event-tracking",
  "version": "1.4.3",
  "description": "Analytics Event Tracking, a private Node.js module in TypeScript",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node dist/index.js",
    "build": "tsc",
    "test:analytics": "ts-node src/example/testAnalytics.ts"
  },
  "keywords": [
    "analytics",
    "event-tracking",
    "mixpanel",
    "MoEngage"
  ],
  "author": "Ankit",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^22.7.6",
    "rimraf": "^6.0.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.2"
  },
  "dependencies": {
    "axios": "^1.7.9",
    "mixpanel": "^0.18.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/TCG-LS/analytics-event-tracking.git"
  },
  "bugs": {
    "url": "https://github.com/TCG-LS/analytics-event-tracking/issues"
  },
  "homepage": "https://github.com/TCG-LS/analytics-event-tracking#readme"
}
