{ "name": "site-profile", "type": "module", "version": "0.5.5", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.9.3", "@astrojs/node": "^8.3.4", "@directus/sdk": "^17.0.1", "astro": "^4.15.9", "typescript": "^5.6.2" } }