This commit is contained in:
sebseb7
2025-09-07 05:20:25 +02:00
commit 9cc1675862
8 changed files with 2440 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "som",
"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",
"openai": "^5.10.2"
}
}