25 lines
605 B
JSON
25 lines
605 B
JSON
{
|
|
"name": "@example/blog-multiple-authors",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "Use Case: Multiple Authors Blogging Site built using Astro",
|
|
"keywords": ["kitchen-sink","template","astro"],
|
|
"repository": {
|
|
"directory": "/examples/blog-multiple-authors",
|
|
"type": "github",
|
|
"url": "https://github.com/snowpackjs/astro/tree/main"
|
|
},
|
|
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^0.20.4"
|
|
},
|
|
"snowpack": {
|
|
"workspaceRoot": "../.."
|
|
}
|
|
}
|