{ "name": "astro", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev --host", "build": "astro build" }, "dependencies": { "astro": "^2.4.1" } }