Files
LingChair-V0/package.json
2024-05-17 17:42:16 +08:00

19 lines
413 B
JSON

{
"name": "lingchair",
"description": "A simple, lightweight and powerful Instant Messaging application.",
"version": "0.6.1",
"license": "Apache License 2.0",
"author": {
"name": "MoonLeeeaf",
"url": "https://github.com/MoonLeeeaf"
},
"scripts": {
"start": "node ./server_src/main.js"
},
"dependencies": {
"mime": "^4.0.1",
"socket.io": "^4.7.5"
},
"type": "commonjs"
}