summaryrefslogtreecommitdiff
path: root/examples/docs/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/docs/package.json')
-rw-r--r--examples/docs/package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/docs/package.json b/examples/docs/package.json
index fbe9a654c..e27eb942f 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -2,6 +2,14 @@
"name": "@example/docs",
"version": "0.0.1",
"private": true,
+ "description": "Documentation Site built using Astro. Our own Doc's site is based of this template!",
+ "keywords": ["create-astro","template","astro"],
+ "repository": {
+ "directory": "/examples/docs",
+ "type": "github",
+ "url": "https://github.com/snowpackjs/astro/tree/main"
+ },
+
"scripts": {
"dev": "astro dev",
"start": "astro dev",