mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
13 lines
202 B
JSON
13 lines
202 B
JSON
|
{
|
||
|
"name": "@astrojs/starter-kit",
|
||
|
"version": "0.0.1",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"start": "astro dev",
|
||
|
"build": "astro build"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"astro": "^0.12.9"
|
||
|
}
|
||
|
}
|