Files
CardServer/package.json

21 lines
390 B
JSON
Raw Normal View History

2025-10-11 14:45:08 +08:00
{
"dependencies": {
"mariadb": "^3.4.5",
"sequelize": "^6.37.7",
"socket.io": "^4.8.1",
"winston": "^3.17.0",
"ws": "^8.18.3",
"wx": "^0.0.36"
},
"name": "node",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}