0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/examples/blog-multiple-authors/package.json

29 lines
622 B
JSON
Raw Normal View History

2021-06-28 17:29:16 -05:00
{
"name": "@example/blog-multiple-authors",
"version": "0.0.1",
2021-06-28 17:29:16 -05:00
"private": true,
2021-08-09 19:24:25 -05:00
"description": "Use Case: Multiple Authors Blogging Site built using Astro",
2021-09-06 03:25:23 -05:00
"keywords": [
"kitchen-sink",
"template",
"astro"
],
2021-08-09 19:24:25 -05:00
"repository": {
"directory": "/examples/blog-multiple-authors",
"type": "github",
"url": "https://github.com/snowpackjs/astro/tree/main"
},
2021-06-28 17:29:16 -05:00
"scripts": {
"dev": "astro dev",
2021-06-28 17:29:16 -05:00
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
2021-06-28 17:29:16 -05:00
},
"devDependencies": {
"astro": "^0.20.4"
2021-06-28 17:29:16 -05:00
},
"snowpack": {
"workspaceRoot": "../.."
}
}