Initial commit: StudyOS platform

This commit is contained in:
renato97
2026-06-08 16:53:18 -03:00
commit b7d1e7319f
39 changed files with 9815 additions and 0 deletions

21
server/package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "studyos-server",
"version": "1.0.0",
"description": "StudyOS backend server",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "node --watch index.js"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.32.0",
"cors": "^2.8.5",
"express": "^4.21.0",
"multer": "^1.4.5-lts.1",
"openai": "^4.70.0",
"pdfjs-dist": "^4.4.168",
"playwright": "^1.60.0",
"sql.js": "^1.10.0",
"ws": "^8.18.0"
}
}