hackathon2025/package.json
2025-03-07 16:00:59 +01:00

28 lines
596 B
JSON

{
"name": "express",
"version": "1.0.0",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"dependencies": {
"axios": "^1.8.2",
"express": "^4.21.2",
"pug": "^3.0.3",
"serialport": "^13.0.0",
"socket": "^0.14.57",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1"
},
"repository": {
"type": "git",
"url": "https://gitea.esadhar.fr/emile.robinot/hackaton2025.git"
},
"keywords": [],
"description": ""
}