{
  "name": "versoly-ui",
  "version": "2.3.0",
  "description": "Versoly UI - Tailwind CSS framework based on Bootstrap",
  "author": "Versoly",
  "keywords": [
    "tailwind components",
    "tailwind elements",
    "tailwind library",
    "tailwind sections",
    "tailwind ui",
    "ui kit",
    "bootstrap to tailwind",
    "dropdown Floating UI"
  ],
  "license": "MIT",
  "main": "./dist/versoly-ui.cjs",
  "unpkg": "dist/versoly-ui.iife.js",
  "jsdelivr": "dist/versoly-ui.iife.js",
  "module": "./dist/versoly-ui.mjs",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/versoly-ui.mjs",
      "require": "./dist/versoly-ui.cjs"
    },
    "./package.json": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/versoly/versoly-ui.git"
  },
  "bugs": {
    "url": "https://github.com/versoly/versoly-ui/issues"
  },
  "homepage": "https://versoly.com/versoly-ui",
  "contributors": [
    "Volkan Kaya <volkan@versoly.com>"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsdown",
    "build:watch": "tsdown --watch",
    "fmt": "oxfmt",
    "fmt:check": "oxfmt --check",
    "lint": "oxlint",
    "lint:fix": "oxlint --fix",
    "prepack": "pnpm run build"
  },
  "devDependencies": {
    "oxfmt": "^0.32.0",
    "oxlint": "^1.47.0",
    "tsdown": "^0.20.3",
    "type-fest": "^4.41.0",
    "typescript": "^5.9.2",
    "vite": "v8.0.0-beta.13"
  },
  "publishConfig": {
    "access": "public"
  }
}
