{
  "name": "@arnaud-barre/downwind",
  "description": "A bundler-first & PostCSS-independent implementation of Tailwind",
  "type": "module",
  "version": "0.8.4",
  "author": "Arnaud Barré (https://github.com/ArnaudBarre)",
  "license": "MIT",
  "repository": "ArnaudBarre/downwind",
  "keywords": [
    "tailwind",
    "bundler"
  ],
  "exports": {
    ".": "./index.js",
    "./esbuild": "./esbuild.js",
    "./vite": "./vite.js"
  },
  "bin": {
    "downwind": "cli.js"
  },
  "dependencies": {
    "@arnaud-barre/config-loader": "^0.7.8"
  },
  "peerDependencies": {
    "vite": "^6.3 || ^7 || ^8"
  },
  "peerDependenciesMeta": {
    "vite": {
      "optional": true
    }
  }
}