mirror of
https://github.com/LingChair/LingChair-V0.git
synced 2025-12-08 10:05:49 +08:00
chore: package.json
This commit is contained in:
12
package.json
12
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": {
|
"dependencies": {
|
||||||
"express": "^4.19.2",
|
|
||||||
"mime": "^4.0.1",
|
"mime": "^4.0.1",
|
||||||
"socket.io": "^4.7.5"
|
"socket.io": "^4.7.5"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user