From f65059a86866178dcc7a1ab0c518f11e448910ff Mon Sep 17 00:00:00 2001 From: MoonLeeeaf <150461955+MoonLeeeaf@users.noreply.github.com> Date: Fri, 10 May 2024 21:46:11 +0800 Subject: [PATCH] chore: package.json --- package.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 068d1a8..fb9ad4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,16 @@ { + "name": "LingChair", + "description": "A simple, lightweight and powerful Instant Messaging application.", + "version": "0.6.0", + "license": "Apache 2.0", + "author": { + "name": "MoonLeeeaf", + "url": "https://github.com/MoonLeeeaf" + }, + "scripts": { + "start": "node ./server_src/main.js" + }, "dependencies": { - "express": "^4.19.2", "mime": "^4.0.1", "socket.io": "^4.7.5" },