{ "name": "trust-issues", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "astro dev", "build": "astro build", "check": "astro check", "validate": "npm run check && npm run build" }, "dependencies": { "@astrojs/rss": "4.0.19", "astro": "7.0.9" }, "devDependencies": { "@astrojs/check": "0.9.9", "@types/node": "26.1.1", "typescript": "6.0.3" } }