ScoopInstaller_Main/bucket/tailwindcss.json
2025-04-02 12:32:40 +00:00

22 lines
764 B
JSON

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