astro/examples/blog-multiple-authors/package.json
2021-09-06 08:25:23 +00:00

28 lines
622 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": "../.."
}
}