First working version

This commit is contained in:
2024-03-02 14:57:32 -05:00
commit 2ed93d3e93
5 changed files with 245 additions and 0 deletions

7
package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"dependencies": {
"axios": "^1.6.7",
"dotenv": "^16.4.5",
"ws": "^8.16.0"
}
}