ScoopInstaller_Main/bucket/tailwindcss.json
2026-02-18 16:42:57 +00:00

22 lines
764 B
JSON

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