{
  "name": "@hypelab/sdk-analytics",
  "version": "1.3.8",
  "description": "Analytics SDK for HypeLab.",
  "main": "./dist/bundle.js",
  "browser": "./dist/bundle.js",
  "jsdelivr": "./dist/bundle.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gohypelab/hypelab-core-sdk-stack.git"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^24.10.1",
    "@types/webpack": "^5.28.1",
    "cypress": "^15.7.0",
    "prettier": "^3.6.2",
    "ts-loader": "^9.5.4",
    "ts-node": "^10.9.1",
    "typescript": "^5.9.3",
    "webpack": "^5.103.0",
    "webpack-cli": "^6.0.1",
    "@hypelab/identity": "2.1.1",
    "@hypelab/utils": "1.0.0"
  },
  "scripts": {
    "build": "webpack",
    "dev": "webpack --watch",
    "test": "pnpm run '/^test:.*/'",
    "test:e2e:next": "pnpm --filter analytics-test-next run test",
    "test:e2e:vanilla": "pnpm --filter analytics-test-vanilla run test"
  }
}