loop/node-server/package.json
2025-05-30 15:36:48 +02:00

19 lines
353 B
JSON

{
"name": "express",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"express": "^4.21.2",
"pug": "^3.0.3",
"serialport": "^13.0.0",
"socket.io": "^4.8.1"
}
}