mirror of
https://github.com/LingChair/LingChair-V0.git
synced 2025-12-07 17:45:49 +08:00
19 lines
417 B
JSON
19 lines
417 B
JSON
{
|
|
"name": "lingchair",
|
|
"description": "A simple, lightweight and powerful Instant Messaging application.",
|
|
"version": "0.7.0",
|
|
"license": "Apache License 2.0",
|
|
"author": {
|
|
"name": "MoonLeeeaf",
|
|
"url": "https://github.com/MoonLeeeaf"
|
|
},
|
|
"scripts": {
|
|
"start": "node ./server_src/main.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.19.2",
|
|
"socket.io": "^4.7.5"
|
|
},
|
|
"type": "commonjs"
|
|
}
|