{ "name": "media-tracker-docs", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "check": "astro check" }, "dependencies": { "@astrojs/starlight": "^0.41.4", "astro": "^7.1.4" }, "devDependencies": { "@astrojs/check": "^0.9.4", "typescript": "^5.9.2" }, "engines": { "node": ">=22" } }