astro/examples/non-html-pages/package.json
Fred K. Schott e425f896b6 Revert "[ci] release (#2925)"
This reverts commit 48c9b142cc.
2022-04-02 13:46:25 -06:00

14 lines
261 B
JSON

{
"name": "@example/non-html-pages",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.25.4"
}
}