{
  "name": "@unocss/astro",
  "type": "module",
  "version": "0.61.0",
  "description": "UnoCSS integration for Astro",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/unocss/unocss#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/unocss/unocss",
    "directory": "packages/astro"
  },
  "bugs": {
    "url": "https://github.com/unocss/unocss/issues"
  },
  "keywords": [
    "unocss",
    "astro",
    "astro-integration",
    "astro-component",
    "css",
    "ui"
  ],
  "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": [
    "dist"
  ],
  "peerDependencies": {
    "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0"
  },
  "peerDependenciesMeta": {
    "vite": {
      "optional": true
    }
  },
  "dependencies": {
    "@unocss/core": "0.61.0",
    "@unocss/reset": "0.61.0",
    "@unocss/vite": "0.61.0"
  },
  "devDependencies": {
    "astro": "^4.10.2"
  },
  "scripts": {
    "build": "unbuild",
    "stub": "unbuild --stub"
  }
}