{
  "name": "@bugster/bugster-js",
  "version": "1.1.5",
  "description": "An SDK to capture user interactions on web applications",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "bugster",
    "sdk",
    "event-tracking",
    "user-journeys",
    "automation",
    "e2e testing",
    "testing",
    "ui testing",
    "test automation"
  ],
  "author": "Bautista Ignacio",
  "license": "MIT",
  "dependencies": {
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@types/node": "^12.5.4",
    "@types/uuid": "^10.0.0",
    "typescript": "^5.5.4"
  }
}