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

22 lines
764 B
JSON

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