socketio-zustand/server/package.json

21 lines
398 B
JSON
Raw Normal View History

2023-07-14 15:38:27 +08:00
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"nodemon": "^2.0.22",
"socket.io": "^4.7.1",
"uuid": "^9.0.0"
}
}