592de3d703
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
15 lines
271 B
JSON
15 lines
271 B
JSON
{
|
|
"name": "@example/basics",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^1.1.4"
|
|
}
|
|
}
|