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

28 lines
599 B
JSON

{
"name": "@example/blog",
"version": "0.0.1",
"private": true,
"description": "Blog Site built using Astro. Use this Template to setup your own Blog",
"keywords": [
"create-astro",
"template",
"astro"
],
"repository": {
"directory": "/examples/blog",
"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": "../.."
}
}