1
1
mirror of https://github.com/xodivorce/isdowndetectordown.git synced 2025-12-18 22:22:58 +05:30
Files
isdowndetectordown/package.json

26 lines
767 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "isdowndetectordown",
"description": "What if DownDetector goes down? Bro, you're supposed to detect outages, not join them. Well, thats 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"
}
}