ScoopInstaller_Main/bucket/tailwindcss.json
2025-09-04 20:28:32 +00:00

22 lines
766 B
JSON

{
"version": "4.1.13",
"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.1.13/tailwindcss-windows-x64.exe#/tailwindcss.exe",
"hash": "ad16a528e13111e5df4e771b4b4981bd4b73e69140fa021f4102f46f02eeb86d"
}
},
"bin": "tailwindcss.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/tailwindlabs/tailwindcss/releases/download/v$version/tailwindcss-windows-x64.exe#/tailwindcss.exe"
}
}
}
}