{
  "name": "bwin",
  "description": "A tiling window manager for web browsers",
  "type": "module",
  "version": "0.4.4",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bhjsdev/bwin.git"
  },
  "keywords": [
    "ui",
    "drag",
    "drop",
    "resize",
    "window-manager",
    "tiling-window-manager"
  ],
  "author": "Bhjs Dev <bhjsdev@gmail.com>",
  "license": "MIT",
  "bugs": "https://github.com/bhjsdev/bwin/issues",
  "homepage": "https://github.com/bhjsdev/bwin#readme",
  "files": [
    "dist"
  ],
  "main": "./dist/bwin.js",
  "module": "./dist/bwin.js",
  "exports": {
    ".": {
      "import": "./dist/bwin.js"
    },
    "./bwin.css": "./dist/bwin.css"
  },
  "devDependencies": {
    "jsdom": "^29.1.1",
    "prettier": "^3.8.3",
    "prettier-plugin-brace-style": "^0.10.1",
    "vite": "^8.0.13",
    "vitest": "^4.1.6"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "test": "vitest"
  }
}