{
  "name": "vue-late-window-manager",
  "type": "module",
  "version": "0.4.0",
  "description": "Late Window Manager for Vue3",
  "files": [
    "dist"
  ],
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.js",
      "browser": "./dist/index.umd.js"
    },
    "./package.json": "./package.json",
    "./style": "./dist/styles/default.css",
    "./style-scoped": "./dist/styles/default-scoped.css"
  },
  "keywords": [
    "vue",
    "window",
    "windows",
    "window-manager",
    "lwm"
  ],
  "author": {
    "name": "LateDream",
    "url": "https://github.com/LateDreamXD"
  },
  "dependencies": {
    "vue": "~3"
  },
  "devDependencies": {
    "@types/node": "^25.0.3",
    "sass-embedded": "^1.97.1",
    "tsdown": "^0.18.2",
    "typescript": "^5.9.3",
    "unplugin-vue": "^7.1.0",
    "unrun": "^0.2.25",
    "vite": "^7.2.6",
    "vitepress": "^2.0.0-alpha.15",
    "vitepress-plugin-group-icons": "^1.6.5",
    "vue-tsc": "^3.2.1"
  },
  "peerDependencies": {
    "vue": "~3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/LateDreamXD/vue-late-window-manager.git"
  },
  "bugs": {
    "url": "https://github.com/LateDreamXD/vue-late-window-manager/issues"
  },
  "license": "MIT",
  "scripts": {
    "dev": "vite",
    "build": "tsdown",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:preview": "vitepress preview docs",
    "postbuild": "unrun .bin/postbuild.ts"
  }
}