first commit

This commit is contained in:
dlinux-host
2025-07-22 19:54:30 -04:00
commit e9b4851d66
6 changed files with 1797 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"dependencies": {
"axios": "^1.7.7",
"chartjs-node-canvas": "^4.1.6",
"cors": "^2.8.5",
"dockerode": "^4.0.6",
"dotenv": "^16.5.0",
"express": "^4.21.1",
"express-rate-limit": "^7.5.0",
"winston": "^3.17.0",
"ws": "^8.18.2",
"yup": "^1.6.1"
}
}