1{
2 "name": "yoyle.city",
3 "type": "module",
4 "version": "0.0.1",
5 "scripts": {
6 "dev": "bun x astro dev",
7 "build": "bun x astro build",
8 "preview": "bun x astro preview",
9 "astro": "bun x astro"
10 },
11 "dependencies": {
12 "@astrojs/sitemap": "^3.6.0",
13 "@indiefellas/astro-adapter-nekoweb": "^3.7.1",
14 "astro": "5.16.0",
15 "dotenv": "^17.2.3"
16 }
17}