{
  "name": "dialog-lite",
  "version": "2.0.0",
  "description": "DialogLite is designed to control a dialog box (modal window) on a web page, providing the functionality to open, close and apply custom styles through a simple interface.",
  "author": "ux-ui.pro",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ux-ui-pro/dialog-lite.git"
  },
  "bugs": {
    "url": "https://github.com/ux-ui-pro/dialog-lite/issues"
  },
  "homepage": "https://github.com/ux-ui-pro/dialog-lite",
  "sideEffects": false,
  "scripts": {
    "clean": "rimraf dist",
    "build": "vite build",
    "verify": "yarn lint && yarn typecheck",
    "lint": "biome check src",
    "lint:fix": "biome check --write src",
    "format": "biome format --write src",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "source": "src/index.ts",
  "main": "dist/index.cjs.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "style": "dist/dialog-lite.css",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.es.js",
      "require": "./dist/index.cjs.js"
    },
    "./dialog-lite.css": "./dist/dialog-lite.css",
    "./dist/*": "./dist/*"
  },
  "files": [
    "dist/"
  ],
  "devDependencies": {
    "@biomejs/biome": "2.3.9",
    "@types/node": "25.0.2",
    "lightningcss": "1.30.2",
    "rimraf": "6.1.2",
    "typescript": "5.9.3",
    "vite": "7.3.0",
    "vite-plugin-dts": "4.5.4"
  },
  "keywords": [
    "dialog-lite",
    "dialog",
    "modal",
    "component",
    "ui",
    "overlay",
    "popup",
    "a11y",
    "keyboard",
    "accessibility",
    "dom",
    "javascript",
    "typescript"
  ]
}
