{
  "name": "@stylify/astro",
  "version": "0.6.2",
  "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
  "type": "module",
  "keywords": [
    "stylify",
    "ui",
    "css",
    "sass",
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "web",
    "astro",
    "astro-component"
  ],
  "homepage": "https://stylifycss.com",
  "bugs": {
    "url": "https://github.com/stylify/packages/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stylify/packages.git",
    "directory": "packages/astro"
  },
  "license": "MIT",
  "author": "Vladimír Macháček",
  "exports": {
    ".": {
      "import": {
        "types": "./types/index.d.ts",
        "default": "./esm/index.mjs"
      },
      "require": {
        "types": "./types/index.d.ts",
        "default": "./lib/index.cjs"
      }
    },
    "./lib/*": "./lib/*",
    "./esm/*": "./esm/*",
    "./types/*": "./types/*",
    "./package.json": "./package.json"
  },
  "main": "lib/index.cjs",
  "module": "esm/index.mjs",
  "types": "types/index.d.ts",
  "files": [
    "esm",
    "lib",
    "types",
    "package.json",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "normalize-path": "^3.0.0",
    "@stylify/stylify": "^0.6.2",
    "@stylify/unplugin": "^0.6.2"
  },
  "devDependencies": {
    "astro": "^2.5.5"
  }
}