2022-02-25 10:18:48 -06:00
|
|
|
{
|
|
|
|
"name": "@example/non-html-pages",
|
2022-09-13 14:02:57 -05:00
|
|
|
"type": "module",
|
2022-02-25 10:18:48 -06:00
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
2022-08-05 21:36:23 -07:00
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
2022-02-25 10:18:48 -06:00
|
|
|
},
|
2022-08-31 16:17:15 -04:00
|
|
|
"dependencies": {
|
2022-11-08 10:00:53 -08:00
|
|
|
"astro": "^1.6.5"
|
2022-02-25 10:18:48 -06:00
|
|
|
}
|
|
|
|
}
|