ScoopInstaller_Main/bucket/tailwindcss.json
2025-03-25 16:29:36 +00:00

22 lines
766 B
JSON

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