astro/examples/starter/package.json
github-actions[bot] 23dcc649fe
Version Packages (#646)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-12 11:19:29 -04:00

15 lines
248 B
JSON

{
"name": "@example/starter",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
"astro": "^0.17.2"
},
"snowpack": {
"workspaceRoot": "../.."
}
}