Add/Update/Remove

This commit is contained in:
Dzejkobik007
2023-06-07 00:14:44 +02:00
parent 1ad51ba87a
commit 047a041782
20 changed files with 479 additions and 166 deletions

18
app/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": "",
"dependencies": {
"better-sqlite3": "^8.4.0",
"express": "^4.18.2",
"loglevel": "^1.8.1",
"socket.io": "^4.6.2",
"socketio-file-upload": "^0.7.3"
}
}