17 lines
No EOL
310 B
JSON
17 lines
No EOL
310 B
JSON
{
|
|
"name": "huacu_server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@socket.io/admin-ui": "^0.5.1",
|
|
"express": "^4.18.2",
|
|
"socket.io": "^4.6.1"
|
|
}
|
|
} |