{
  "name": "unocss-catppuccin",
  "version": "2.0.1",
  "description": "🌸 Soothing pastel theme preset for UnoCSS!",
  "keywords": [
    "unocss",
    "theme",
    "catppuccin",
    "colors",
    "colours",
    "pastel",
    "soothing"
  ],
  "homepage": "https://github.com/catuhana/unocss-catppuccin",
  "repository": "github:catuhana/unocss-catppuccin",
  "funding": "https://github.com/sponsors/catuhana",
  "license": "MPL-2.0",
  "author": "tuhana <tuhana.cat+npm@gmail.com>",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "types": {
        "import": "./dist/index.d.mts",
        "require": "./dist/index.d.cts"
      }
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "dependencies": {
    "@catppuccin/palette": "^1.7.1"
  },
  "devDependencies": {
    "@eslint/js": "^9.22.0",
    "@types/node": "^22.13.10",
    "@unocss/core": ">=0.51.0",
    "eslint": "^9.22.0",
    "prettier": "^3.5.3",
    "typescript": "^5.8.2",
    "typescript-eslint": "^8.26.1",
    "unbuild": "^3.5.0"
  },
  "peerDependencies": {
    "@unocss/core": ">=0.51.0",
    "unocss": ">=0.51.0"
  },
  "peerDependenciesMeta": {
    "@unocss/core": {
      "optional": true
    },
    "unocss": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "scripts": {
    "test": "node --test tests/index.js",
    "build": "unbuild",
    "check:lint": "eslint . --ext .ts",
    "check:format": "prettier --check ."
  }
}