1{
2 "name": "dong-web",
3 "type": "module",
4 "version": "0.0.1",
5 "license": "GPL-3.0-or-later",
6 "scripts": {
7 "dev": "astro dev --port 3000 --host",
8 "build": "astro build",
9 "preview": "astro preview",
10 "astro": "astro"
11 },
12 "dependencies": {
13 "astro": "^5.1.8"
14 }
15}