ScoopInstaller_Main/bucket/tailwindcss.json
2025-02-25 20:29:25 +00:00

22 lines
764 B
JSON

{
"version": "4.0.9",
"description": "TailwindCSS framework CLI for rapid UI development",
"homepage": "https://github.com/tailwindlabs/tailwindcss",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/tailwindlabs/tailwindcss/releases/download/v4.0.9/tailwindcss-windows-x64.exe#/tailwindcss.exe",
"hash": "897fc1ab759da4604f1a45974d66c586e4e271fb0b2e206c2b498f0f6dc7b54f"
}
},
"bin": "tailwindcss.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/tailwindlabs/tailwindcss/releases/download/v$version/tailwindcss-windows-x64.exe#/tailwindcss.exe"
}
}
}
}