{
  "name": "user-experior-web",
  "version": "0.3.28",
  "description": "UserExperior's Web Application Performance Monitoring",
  "main": "dist/index.js",
  "module": "dist-esm/index.js",
  "unpkg": "bundle/ue-web-bundle.js",
  "scripts": {
    "build": "npm run clean && tsc && tsc -m es6 --outDir dist-esm && webpack && npm run typings",
    "watch": "tsc --watch",
    "lint": "eslint . --ext .ts",
    "clean": "rm -rf bundle dist dist-esm typings",
    "deploy": "npm run build && npm publish",
    "typings": "rm -rf typings && tsc -d --declarationDir typings",
    "push": "npm run typings && npm run deploy"
  },
  "author": "prathamesh.mestry@userexperior.com",
  "license": "UNLICENSED",
  "keywords": [
    "ue-web"
  ],
  "sideEffects": false,
  "typings": "typings/index.d.ts",
  "files": [
    "dist",
    "dist-esm",
    "bundle",
    "typings",
    "bowser",
    "recorder"
  ],
  "dependencies": {
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@rrweb/types": "^2.0.0-alpha.18",
    "@types/node": "^18.19.34",
    "@types/uuid": "^8.3.4",
    "@typescript-eslint/eslint-plugin": "^5.31.0",
    "@typescript-eslint/parser": "^5.31.0",
    "eslint": "^8.20.0",
    "expose-loader": "^4.0.0",
    "terser-webpack-plugin": "^5.3.5",
    "ts-loader": "^9.3.1",
    "typescript": "^4.7.4",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0"
  }
}
