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

18 lines
304 B
JSON
Raw Normal View History

2021-04-27 14:21:33 -05:00
{
"name": "@example/starter",
2021-04-27 14:21:33 -05:00
"version": "0.0.1",
"private": true,
2021-04-27 14:21:33 -05:00
"scripts": {
"dev": "astro dev",
2021-04-27 14:21:33 -05:00
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
2021-04-27 14:21:33 -05:00
},
"devDependencies": {
"astro": "^0.20.4"
},
"snowpack": {
"workspaceRoot": "../.."
2021-04-27 14:21:33 -05:00
}
}