e57308d70c
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
14 lines
251 B
JSON
14 lines
251 B
JSON
{
|
|
"name": "@example/blog",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^0.21.7"
|
|
}
|
|
}
|