From 87a3012897374d5453d9cf94ea546199b932d5c5 Mon Sep 17 00:00:00 2001 From: Lex Lim Date: Tue, 8 Feb 2022 17:02:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BD=9C=E8=80=85=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index eb44d71..0c16dca 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,11 @@ "start-dev": "tsc && node index.js", "build": "tsc" }, - "author": "hyperzlib", + "author": { + "name": "hyperzlib", + "email": "hyperzlib@outlook.com", + "url": "https://github.com/hyperzlib" + }, "license": "MIT", "dependencies": { "chokidar": "^3.5.1",