{
  "name": "@unocss/preset-wind",
  "type": "module",
  "version": "66.6.8",
  "description": "Deprecated, renamed to `@unocss/preset-wind3`",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://unocss.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unocss/unocss.git",
    "directory": "packages-deprecated/preset-wind"
  },
  "bugs": {
    "url": "https://github.com/unocss/unocss/issues"
  },
  "keywords": [
    "unocss",
    "unocss-preset"
  ],
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs",
    "./colors": "./dist/colors.mjs",
    "./theme": "./dist/theme.mjs",
    "./utils": "./dist/utils.mjs",
    "./package.json": "./package.json"
  },
  "types": "dist/index.d.mts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*.d.mts",
        "./*"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@unocss/core": "66.6.8",
    "@unocss/preset-wind3": "66.6.8"
  },
  "scripts": {
    "build": "tsdown --config-loader unrun",
    "dev": "tsdown --config-loader unrun --watch"
  }
}