{
  "name": "@gilfoyley/helpdesk-js",
  "version": "0.1.8",
  "description": "Package provide methods for interaction with helpdesk",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "scripts": {
    "test": "npx jest",
    "build": "node esbuild.config.mjs"
  },
  "files": [
    "dist/index.js",
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/popcodrnrus/helpdesk-js.git"
  },
  "exports": {
    ".": "./dist/index.js",
    "./dist/*": "./dist/*"
  },
  "imports": {},
  "keywords": [
    "tracking",
    "helpdesk",
    "support",
    "user",
    "behavior",
    "ui",
    "ux"
  ],
  "author": "popcornrus",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/popcornrus/helpdesk-js/issues"
  },
  "homepage": "https://github.com/popcornrus/helpdesk-js#readme",
  "dependencies": {
    "@rrweb/record": "^2.0.0-alpha.18",
    "rrweb": "^2.0.0-alpha.4"
  },
  "devDependencies": {
    "@esbuild-plugins/tsconfig-paths": "^0.1.2",
    "@types/jest": "^29.5.14",
    "esbuild": "^0.25.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "typescript": "^5.7.3"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
