mirror of
https://git.hmsn.ink/rtc-remote/server.git
synced 2026-03-20 00:12:17 +09:00
18 lines
327 B
JSON
18 lines
327 B
JSON
{
|
|
"name": "server",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"express": "^5.1.0",
|
|
"http": "^0.0.1-security",
|
|
"socket.io": "^4.8.1"
|
|
}
|
|
}
|