diff options
| author | Yuval Adam <_@yuv.al> | 2025-06-16 13:17:59 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-06-16 13:17:59 +0200 |
| commit | 5b1391d6af179e36d62166e53b0e6bef22342c41 (patch) | |
| tree | f5092a935049bc1bd87e4b6891f0c32d2dae0254 /package.json | |
| parent | c3f390cbdac22cf775228e74eae91c44dd49b76b (diff) | |
Add check-domains script
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index c011531..c9c616e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "dev": "astro dev", "build": "astro build", "preview": "astro preview", - "astro": "astro" + "astro": "astro", + "check-domains": "node scripts/check-domains.js" }, "dependencies": { "@astrojs/react": "^4.3.0", @@ -16,6 +17,7 @@ "@types/react": "^19.1.5", "@types/react-dom": "^19.1.5", "astro": "^5.9.2", + "js-yaml": "^4.1.0", "react": "^19.1.0", "react-dom": "^19.1.0", "tailwindcss": "^4.1.7" @@ -23,4 +25,4 @@ "devDependencies": { "@tailwindcss/typography": "^0.5.16" } -}
\ No newline at end of file +} |
