From 24f6f35c2751b405dd8eb4c6d050db2f2e09b712 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:06:25 +0800 Subject: [PATCH] Add project information --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 929bb20a..49e41f96 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,11 @@ { "name": "leilukin-site", + "description": "Leilukin's personal and hobby website.", + "author": "Leilukin", + "repository": { + "type": "git", + "url": "https://github.com/helenclx/leilukin-site.git" + }, "scripts": { "start": "bunx @11ty/eleventy --serve --quiet", "build": "bunx @11ty/eleventy"