{
  "name": "oxlint-tailwindcss",
  "version": "1.3.3",
  "description": "Tailwind CSS linting rules for oxlint",
  "keywords": [
    "css",
    "linter",
    "oxlint",
    "plugin",
    "tailwind",
    "tailwindcss"
  ],
  "homepage": "https://github.com/sergioazoc/oxlint-tailwindcss#readme",
  "bugs": {
    "url": "https://github.com/sergioazoc/oxlint-tailwindcss/issues"
  },
  "license": "MIT",
  "author": "Sergio Azocar",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sergioazoc/oxlint-tailwindcss.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "exports": {
    ".": {
      "types": {
        "import": "./dist/index.d.mts",
        "require": "./dist/index.d.cts"
      },
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "test": "vitest run --exclude 'tests/benchmarks/**'",
    "test:watch": "vitest --exclude 'tests/benchmarks/**'",
    "bench": "vitest run tests/benchmarks --reporter=verbose",
    "typecheck": "tsgo --noEmit",
    "prepublishOnly": "pnpm run build"
  },
  "dependencies": {
    "@tailwindcss/node": "^4.3.1",
    "tailwindcss": "^4.3.1"
  },
  "devDependencies": {
    "@oxlint/plugins": "catalog:",
    "@tailwindcss/typography": "^0.5.20",
    "@types/node": "^25.9.3",
    "@typescript/native-preview": "7.0.0-dev.20260615.1",
    "oxlint": "catalog:",
    "tailwindcss-animate": "^1.0.7",
    "tsdown": "^0.22.2",
    "tw-animate-css": "^1.4.0",
    "typescript": "^6.0.3",
    "vitest": "^4.1.9"
  },
  "engines": {
    "node": ">=20"
  }
}
