{ "name": "portfolio", "type": "module", "version": "2.0.0", "engines": { "node": ">=18.20.8" }, "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "check": "astro check", "astro": "astro" }, "dependencies": { "astro": "^7.1.3", "simple-icons": "^13.16.0" }, "devDependencies": { "@astrojs/check": "^0.9.9", "typescript": "^5.9.3" } }