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"