First commit

This commit is contained in:
MarcWieland
2025-07-25 01:24:32 +02:00
commit 51ce615f1d
655 changed files with 86346 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "trainer2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"express": "^5.1.0"
}
}