2d1998647c
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
12 lines
185 B
JSON
12 lines
185 B
JSON
{
|
|
"name": "www",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "astro dev",
|
|
"build": "astro build"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^0.16.3"
|
|
}
|
|
}
|