0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-10 22:38:53 -05:00
astro/examples/starter/package.json

16 lines
246 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
"private": true,
"version": "0.0.1",
"scripts": {
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
"astro": "0.0.9"
},
"snowpack": {
"workspaceRoot": "../.."
2021-04-27 14:21:33 -05:00
}
}