PremierCommit_GTF

This commit is contained in:
2025-09-15 10:59:01 +02:00
commit 74d6ed9dc1
23098 changed files with 2896859 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "backend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"dotenv": "^17.2.2",
"express": "^5.1.0",
"mssql": "^11.0.1"
}
}