From 841f5d676405812221c6d7ebc7441af80da0253e Mon Sep 17 00:00:00 2001 From: devwqc <98067115+devwqc@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:48:58 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20package.json=20=ED=94=84=EB=A1=9C?= =?UTF-8?q?=EC=A0=9D=ED=8A=B8=20=EB=A9=94=ED=83=80=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=84=B0=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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",