1
1
mirror of https://github.com/xodivorce/isdowndetectordown.git synced 2025-12-19 23:59:34 +05:30

refactor: added docker support and improved structure

This commit is contained in:
2025-11-21 23:03:18 +05:30
parent ebaf5cb698
commit f951a13b8e
121 changed files with 281 additions and 13460 deletions

View File

@@ -1,8 +1,24 @@
{
"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": {
"tcss": "npx @tailwindcss/cli -i ./src/input.css -o ./src/output.css --watch"
"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"
},
"dependencies": {
"devDependencies": {
"@tailwindcss/cli": "^4.1.17",
"tailwindcss": "^4.1.17"
}