diff --git a/package.json b/package.json index 8fc9b72..0895b11 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "lint:eslint": "eslint . --ext .js,.ts,.astro" }, "dependencies": { + "@astrojs/check": "^0.4.1", "@astrojs/rss": "^4.0.1", "@astrojs/sitemap": "^3.0.4", "@astrolib/analytics": "^0.5.0", @@ -50,4 +51,4 @@ "engines": { "node": ">=18.14.1" } -} \ No newline at end of file +}