hod8-chatstream/package.json
2022-11-04 15:02:02 +01:00

14 lines
325 B
JSON

{
"name": "hod-chatstream",
"version": "1.0.0",
"description": "hod",
"dependencies": {
"express": "4",
"node-html-parser": "^6.1.1",
"nodemon": "^2.0.20",
"socket.io": "^4.5.3"
},
"scripts": {
"start": "node ./server/index.js > /var/log/hod.emersa.it"
}
}