summaryrefslogtreecommitdiff
path: root/examples/starter
diff options
context:
space:
mode:
Diffstat (limited to 'examples/starter')
-rw-r--r--examples/starter/package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 52f4d889a..b6b133185 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -2,6 +2,12 @@
"name": "@example/starter",
"version": "0.0.1",
"private": true,
+ "description": "Astro's default template. This starter template is a perfect launchpad for your Astro project",
+ "keywords": ["create-astro","template","astro"],
+ "repository": {
+ "directory": "/examples/starter",
+ "type": "github"
+ },
"scripts": {
"dev": "astro dev",
"start": "astro dev",