astro/examples/kitchen-sink/package.json
Fred K. Schott 6bca7c83a7
redesign create-astro (#301)
* redesign create astro

* add changeset

* Use npm start

* Update the astro version

* Adds the changeset

Co-authored-by: Fred Schott <fks@Freds-MBP.attlocal.net>
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2021-06-08 11:10:56 -04:00

15 lines
261 B
JSON

{
"name": "@astrojs/kitchen-sink-example",
"private": true,
"version": "1.0.0",
"scripts": {
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
"astro": "^0.12.9"
},
"snowpack": {
"workspaceRoot": "../.."
}
}