diff --git a/package.json b/package.json index c10409f..f9e69b1 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,22 @@ "name": "devwqc-blog", "type": "module", "version": "0.0.1", + "description": "devwqc-blog", + "author": "devwqc ", + "keywords": [ + "astro", + "blog" + ], + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/devwqc/devwqc.github.io" + }, + "homepage": "https://devwqc.github.io/", + "bugs": { + "url": "https://github.com/devwqc/devwqc.github.io/issues", + "email": "devwqc@gmail.com" + }, "scripts": { "dev": "astro dev", "start": "astro dev",