{
  "name": "desktop-window",
  "version": "0.4.3",
  "description": "A lightweight Web Components-based custom element that replicates the look and feel of native desktop application windows — resizable, movable, and styled like a traditional OS window.",
  "types": "./desktop-window.d.mts",
  "module": "./desktop-window.mjs",
  "main": "./desktop-window.cjs",
  "exports": {
    ".": {
      "types": "./desktop-window.d.mts",
      "import": "./desktop-window.mjs",
      "require": "./desktop-window.cjs"
    }
  },
  "scripts": {
    "build": "node scripts/build.mjs",
    "dev": "node scripts/dev.mjs"
  },
  "keywords": [
    "custom-elements",
    "web-components",
    "desktop-ui",
    "window",
    "window-manager",
    "ui-components",
    "javascript-ui",
    "draggable",
    "resizable",
    "modal-window",
    "vanilla-js",
    "cross-platform-ui",
    "floating-window"
  ],
  "author": "László BULIK",
  "license": "MIT",
  "homepage": "https://github.com/lionel87/desktop-window",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lionel87/desktop-window.git"
  },
  "bugs": {
    "url": "https://github.com/lionel87/desktop-window/issues"
  },
  "devDependencies": {
    "browser-sync": "^3.0.3",
    "chokidar": "^4.0.3",
    "esbuild": "^0.25.2",
    "html-minifier-terser": "^7.2.0",
    "typescript": "^5.8.2"
  }
}
