ScoopInstaller_Main/bucket/tailwindcss.json
2025-03-11 20:28:25 +00:00

22 lines
766 B
JSON

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