Add files via upload

This commit is contained in:
Arthur
2025-06-10 01:17:19 +02:00
committed by GitHub
parent 551e68ca75
commit cfcdc330d5
11 changed files with 2219 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "syncfilm",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"dotenv": "^16.4.7",
"express": "^4.21.2",
"socket.io": "^4.8.1"
}
}