mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
12 lines
202 B
JSON
12 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"
|
|
}
|
|
}
|