EvalueTonSavoir/test/stressTest/package.json

21 lines
429 B
JSON
Raw Normal View History

2024-11-15 17:46:01 -05:00
{
"name": "stresstest",
"version": "1.0.0",
"description": "main.js",
"type": "module",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.7",
2024-11-26 17:04:22 -05:00
"chartjs-node-canvas": "^4.1.6",
2024-11-15 19:57:55 -05:00
"dockerode": "^4.0.2",
2024-11-27 18:36:59 -05:00
"p-limit": "^6.1.0",
2024-11-15 17:46:01 -05:00
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1"
}
}