{ "name": "site-profile", "type": "module", "version": "0.2.0", "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.3", "@directus/sdk": "^17.0.0", "astro": "^4.14.2", "typescript": "^5.5.4" } }