mirror of
https://github.com/xodivorce/isdowndetectordown.git
synced 2025-12-18 22:22:58 +05:30
26 lines
767 B
JSON
26 lines
767 B
JSON
{
|
||
"name": "isdowndetectordown",
|
||
"description": "What if DownDetector goes down? Bro, you're supposed to detect outages, not join them. Well, that’s why this detector exists :)",
|
||
"license": "MIT",
|
||
"contributors": [
|
||
{
|
||
"name": "xodivorce",
|
||
"email": "prasidmandal79@gmail.com",
|
||
"url": "https://xodivorce.in"
|
||
},
|
||
{
|
||
"name": "neosubhamoy",
|
||
"email": "hey@neosubhamoy.com",
|
||
"url": "https://neosubhamoy.com"
|
||
}
|
||
],
|
||
"scripts": {
|
||
"dev": "npx @tailwindcss/cli -i ./src/input.css -o ./src/assets/css/output.css --watch",
|
||
"build": "npx @tailwindcss/cli -i ./src/input.css -o ./src/assets/css/output.css --minify"
|
||
},
|
||
"devDependencies": {
|
||
"@tailwindcss/cli": "^4.1.17",
|
||
"tailwindcss": "^4.1.17"
|
||
}
|
||
}
|