6bca7c83a7
* 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>
16 lines
278 B
JSON
16 lines
278 B
JSON
{
|
|
"name": "@astrojs/example-blog",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "astro dev",
|
|
"build": "astro build"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^0.12.9",
|
|
"nodemon": "^2.0.7"
|
|
},
|
|
"snowpack": {
|
|
"workspaceRoot": "../.."
|
|
}
|
|
}
|