First Commit

This commit is contained in:
Dzejkobik007
2023-06-04 23:14:07 +02:00
commit ec544bd233
7 changed files with 5792 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "kakubovna",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dzejkobik",
"license": "MIT",
"dependencies": {
"express": "^4.18.2",
"multer": "^1.4.5-lts.1",
"socket.io": "^4.6.2",
"socketio-file-upload": "^0.7.3",
"sqlite3": "^5.1.6"
}
}