Model trained and environment fixed

This commit is contained in:
2026-05-26 15:47:05 +00:00
commit 69a874469c
12 changed files with 1392 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "claia",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"cors": "^2.8.6",
"express": "^5.2.1",
"morgan": "^1.10.1"
}
}