8cfb3fb535
* chore: move examples to type module * chore: prefer astro.config.mjs to astro.config.js * chore: reference CJS config file Co-authored-by: Nate Moore <nate@astro.build>
16 lines
294 B
JSON
16 lines
294 B
JSON
{
|
|
"name": "@example/portfolio",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^1.2.2"
|
|
}
|
|
}
|