Version 0.4.0 - Ajout des metrics
All checks were successful
Neutral/pipeline/head This commit looks good

This commit is contained in:
Raphix
2023-11-28 21:05:44 +01:00
parent 04fcece8d4
commit b19243a8af
17 changed files with 1121 additions and 384 deletions

View File

@ -1,6 +1,6 @@
{
"name": "neutral",
"version": "0.3.4",
"version": "0.4.0",
"description": "Panel d'administration de Raphix",
"main": "index.js",
"scripts": {
@ -25,10 +25,11 @@
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "~4.16.1",
"serve-favicon": "^2.0.4",
"http-errors": "~1.6.3",
"loguix": "1.4.1",
"nodemon": "^3.0.1",
"os-utils": "^0.0.14",
"serve-favicon": "^2.0.4",
"socket.io": "^4.7.2",
"uuid": "^9.0.1"
},