{
  "name": "@ttskch/prettier-plugin-tailwindcss-anywhere",
  "version": "0.1.2",
  "description": "A Prettier plugin for sorting TailwindCSS classes in any HTML-like language, like Twig etc.",
  "keywords": ["prettier", "tailwindcss", "formatter", "html", "twig"],
  "type": "module",
  "engines": {
    "node": ">= 20.9 < 24"
  },
  "main": "./dist/index.js",
  "exports": "./dist/index.js",
  "files": ["dist", "src"],
  "dependencies": {
    "tslib": "~2.7"
  },
  "devDependencies": {
    "@biomejs/biome": "1.9.4",
    "@types/node": "~20",
    "@types/prettier": "^3.0.0",
    "@vitest/coverage-v8": "~2.1",
    "husky": "^9.1.7",
    "prettier": "^3.6.2",
    "prettier-plugin-tailwindcss": "^0.7",
    "rimraf": "~6.0",
    "ts-api-utils": "~1.3",
    "typescript": "~5.5",
    "vitest": "~2.1"
  },
  "peerDependencies": {
    "prettier": "^3.6.2",
    "prettier-plugin-tailwindcss": "^0.7"
  },
  "scripts": {
    "prepare": "husky",
    "start": "node dist/index.js",
    "clean": "rimraf coverage dist tmp",
    "prebuild": "biome lint",
    "build": "tsc -d -p tsconfig.json",
    "build:watch": "tsc -w -d -p tsconfig.json",
    "build:release": "npm run clean && tsc -d -p tsconfig.release.json",
    "prepublishOnly": "npm run build:release",
    "check": "biome check",
    "check:fix": "biome check --write",
    "test": "vitest run unit",
    "test:coverage": "vitest run unit --coverage.enabled --coverage.all",
    "test:watch": "vitest unit"
  },
  "author": "Takashi Kanemoto <ttskch@gmail.com>",
  "homepage": "https://github.com/ttskch/prettier-plugin-tailwindcss-anywhere",
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com/ttskch/prettier-plugin-tailwindcss-anywhere"
  },
  "license": "MIT"
}
