0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/examples/minimal/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
261 B
JSON
Raw Normal View History

2021-08-15 14:13:58 -05:00
{
"name": "@example/minimal",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
2021-08-15 14:13:58 -05:00
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
2021-08-15 14:13:58 -05:00
},
"devDependencies": {
"astro": "^1.0.0-beta.64"
2021-08-15 14:13:58 -05:00
}
}