13 lines
185 B
JSON
13 lines
185 B
JSON
|
{
|
||
|
"name": "TODO",
|
||
|
"private": true,
|
||
|
"version": "0.0.1",
|
||
|
"scripts": {
|
||
|
"start": "astro dev",
|
||
|
"build": "astro build"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"astro": "shhhhh"
|
||
|
}
|
||
|
}
|