9763b255dd
* Version Packages (next) * chore: update changelog * chore: update CHANGELOG Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nate Moore <nate@skypack.dev>
14 lines
261 B
JSON
14 lines
261 B
JSON
{
|
|
"name": "@example/starter",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^0.21.0-next.2"
|
|
}
|
|
}
|