b7a4542103
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
14 lines
242 B
JSON
14 lines
242 B
JSON
{
|
|
"name": "www",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^0.20.12"
|
|
}
|
|
}
|