{
  "name": "vite-plugin-windicss",
  "version": "1.9.4",
  "description": "Windi CSS for Vite, it's fast!",
  "author": "antfu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/antfu/vite-plugin-windicss",
  "repository": {
    "type": "git",
    "url": "https://github.com/antfu/vite-plugin-windicss"
  },
  "bugs": "https://github.com/antfu/vite-plugin-windicss/issues",
  "keywords": [
    "vite",
    "vite-plugin",
    "windicss",
    "tailwindcss"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    },
    "./*": "./*",
    "./client": {
      "types": "./dist/client.d.ts",
      "require": "./dist/client.js",
      "import": "./dist/client.mjs"
    }
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "vite": "*"
  },
  "dependencies": {
    "debug": "^4.3.7",
    "kolorist": "^1.8.0",
    "windicss": "^3.5.6",
    "@windicss/plugin-utils": "1.9.4"
  },
  "devDependencies": {
    "vite": "^4.5.5"
  },
  "scripts": {
    "build": "tsup src/index.ts src/client.ts --dts --format cjs,esm --no-splitting",
    "dev": "npm run build -- --watch"
  }
}