ScoopInstaller_Main/bucket/tailwindcss.json
2025-03-13 12:31:38 +00:00

22 lines
766 B
JSON

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