{
  "name": "@unocss/preset-wind",
  "type": "module",
  "version": "0.61.0",
  "description": "Tailwind / Windi CSS compact preset for UnoCSS",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/unocss/unocss/tree/main/packages/preset-wind#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/unocss/unocss",
    "directory": "packages/preset-wind"
  },
  "bugs": {
    "url": "https://github.com/unocss/unocss/issues"
  },
  "keywords": [
    "unocss",
    "unocss-preset"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    },
    "./*": "./*"
  },
  "main": "dist/index.mjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "*.css",
    "dist"
  ],
  "dependencies": {
    "@unocss/preset-mini": "0.61.0",
    "@unocss/rule-utils": "0.61.0",
    "@unocss/core": "0.61.0"
  },
  "scripts": {
    "build": "unbuild",
    "stub": "unbuild --stub"
  }
}