{
  "name": "@antdv-next/tailwind",
  "type": "module",
  "version": "1.1.0",
  "description": "Tailwind CSS plugin for Ant Design Vue Next",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antdv-next/antdv-next.git",
    "directory": "packages/tailwind"
  },
  "keywords": [
    "tailwindcss",
    "tailwind-plugin",
    "tailwindcss-v4",
    "ant-design",
    "antdv",
    "vue",
    "design-system"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js",
      "style": "./theme.css"
    },
    "./v4": {
      "types": "./dist/v4.d.ts",
      "import": "./dist/v4.js",
      "default": "./dist/v4.js"
    },
    "./theme.css": "./theme.css",
    "./compat.css": "./compat.css",
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "README.md",
    "README.zh-CN.md",
    "dist",
    "theme.css",
    "compat.css"
  ],
  "peerDependencies": {
    "tailwindcss": ">=3.0.0"
  },
  "devDependencies": {
    "@types/node": "^24.12.4",
    "tailwindcss": "^3.4.19",
    "tsx": "^4.22.1"
  },
  "scripts": {
    "build": "tsdown && pnpm generate:theme && pnpm generate:compat",
    "generate:theme": "tsx scripts/generate-theme.ts",
    "generate:compat": "tsx scripts/generate-compat.ts",
    "prepublish": "pnpm build",
    "bump": "bumpp --commit \"chore(release): @antdv-next/tailwind %s\" --push --tag \"@antdv-next/tailwind@%s\""
  }
}