{
  "name": "@kevinmarrec/unocss-config",
  "type": "module",
  "version": "1.20.0",
  "description": "Opinionated UnoCSS config.",
  "author": "Kevin Marrec <kevin@marrec.io>",
  "license": "MIT",
  "homepage": "https://github.com/kevinmarrec/config/packages/unocss-config#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kevinmarrec/config.git"
  },
  "keywords": [
    "unocss",
    "unocss-config"
  ],
  "exports": {
    ".": "./dist/index.mjs"
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsdown"
  },
  "peerDependencies": {
    "unocss": ">=66.6.0"
  },
  "dependencies": {
    "@unocss/core": "^66.7.5",
    "@unocss/preset-icons": "^66.7.5",
    "@unocss/preset-web-fonts": "^66.7.5",
    "@unocss/preset-wind4": "^66.7.5",
    "@unocss/transformer-directives": "^66.7.5",
    "@unocss/transformer-variant-group": "^66.7.5"
  }
}
