{
  "name": "logger-tracker-megh-dev",
  "version": "2.0.1",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsup"
  },
  "keywords": [
    "logger",
    "log",
    "collector",
    "analyzer"
  ],
  "author": "",
  "license": "MIT",
  "description": "Log collector and analyzer",
  "devDependencies": {
    "@swc/core": "^1.10.8",
    "@types/node": "^22.10.7",
    "@types/react": "^19.0.7",
    "axios": "^1.7.9",
    "next": "^15.1.5",
    "react": "^19.0.0",
    "tsup": "^8.3.5",
    "typescript": "^5.7.3"
  }
}
