{
  "name": "pulsex",
  "version": "2.0.1",
  "description": "A lightweight and powerful JavaScript library for tracking user activity on websites. Easily monitor user interactions, including page visits, clicks, time spent, and engagement patterns. Designed for flexibility and performance, PulseX integrates seamlessly into any project and provides actionable insights to enhance user experience.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ShivaBhattarai404/PulseX.git"
  },
  "devDependencies": {
    "@types/node": "^18.11.18",
    "ts-loader": "^9.5.2",
    "typescript": "^4.9.5",
    "webpack": "^5.98.0",
    "webpack-cli": "^6.0.1"
  },
  "keywords": [
    "analytics",
    "tracking",
    "user-behavior"
  ],
  "license": "ISC",
  "author": "Shiva Bhattarai",
  "bugs": {
    "url": "https://github.com/ShivaBhattarai404/PulseX/issues"
  }
}
