mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
12 lines
186 B
JSON
12 lines
186 B
JSON
{
|
|
"name": "www",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "astro dev",
|
|
"build": "astro build"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^0.12.10"
|
|
}
|
|
}
|