mirror of
https://github.com/yudejp/yude.jp.git
synced 2025-10-19 09:54:05 +00:00
14 lines
238 B
JSON
14 lines
238 B
JSON
{
|
|
"name": "yude.jp",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^5.14.6"
|
|
}
|
|
} |