ACreated the package.json

This commit is contained in:
2023-11-19 00:40:47 +01:00
parent 0cc1306d48
commit eeef1e3cf8
2 changed files with 160 additions and 0 deletions

9
api/package.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "api",
"version": "1.0.0",
"main": "server.js",
"license": "MIT",
"dependencies": {
"socket.io": "^4.7.2"
}
}