mirror of
https://github.com/AlbiYourBestFriend/hackathon2025.git
synced 2025-10-29 14:35:59 +00:00
28 lines
596 B
JSON
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": ""
|
|
}
|