{
  "name": "bugsmash-widget",
  "version": "1.0.0",
  "description": "Embeddable BugSmash review widget — drop a floating button on any site to collect pinned feedback",
  "license": "UNLICENSED",
  "author": "BugSmash",
  "homepage": "https://bugsmash.io",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/solutionwise/bugsmash-widget.git"
  },
  "bugs": {
    "url": "https://github.com/solutionwise/bugsmash-widget/issues"
  },
  "keywords": [
    "bugsmash",
    "feedback",
    "review",
    "widget",
    "annotation"
  ],
  "type": "module",
  "main": "dist/bugsmash-widget.umd.js",
  "module": "dist/bugsmash-widget.es.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/bugsmash-widget.es.js",
      "require": "./dist/bugsmash-widget.umd.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "dev:local": "vite --mode development",
    "dev:uat": "vite --mode uat",
    "build": "tsc --noEmit && vite build && tsc -p tsconfig.types.json",
    "build:local": "tsc --noEmit && vite build --mode development && tsc -p tsconfig.types.json",
    "build:uat": "tsc --noEmit && vite build --mode uat && tsc -p tsconfig.types.json",
    "build:production": "tsc --noEmit && vite build --mode production && tsc -p tsconfig.types.json",
    "preview": "vite preview",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:e2e": "playwright test"
  },
  "devDependencies": {
    "@playwright/test": "^1.44.0",
    "@types/node": "^20.14.0",
    "happy-dom": "^20.10.5",
    "typescript": "^5.4.5",
    "vite": "^5.3.1",
    "vitest": "^1.6.0"
  },
  "dependencies": {
    "html-to-image": "^1.11.13"
  }
}
