0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-13 22:11:20 -05:00
astro/examples/blog-multiple-authors/package.json

26 lines
605 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",
"keywords": ["kitchen-sink","template","astro"],
"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": "../.."
}
}