Files
Emailsorter/server/package.json
ANDJ a28ca580d2 Appwrite Fix 1.
Hopefully i can create accounts
2026-01-29 16:56:27 +01:00

48 lines
1.1 KiB
JSON

{
"name": "email-sorter-server",
"version": "2.0.0",
"description": "EmailSorter Backend Server - KI-gestützte E-Mail-Sortierung",
"main": "index.mjs",
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"start": "node index.mjs",
"dev": "node --watch index.mjs",
"bootstrap": "node bootstrap-appwrite.mjs",
"bootstrap:v2": "node bootstrap-v2.mjs",
"setup:platform": "node setup-appwrite-platform.mjs",
"test": "node e2e-test.mjs",
"test:frontend": "node test-frontend.mjs",
"verify": "node verify-setup.mjs",
"cleanup": "node cleanup.mjs",
"lint": "eslint --ext .mjs ."
},
"keywords": [
"email",
"sorter",
"ai",
"automation",
"mistral",
"gmail",
"outlook"
],
"author": "",
"license": "MIT",
"dependencies": {
"@azure/msal-node": "^2.6.0",
"@mistralai/mistralai": "^1.3.5",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.2",
"google-auth-library": "^9.14.2",
"googleapis": "^144.0.0",
"node-appwrite": "^14.1.0",
"stripe": "^17.4.0"
},
"devDependencies": {
"jsdom": "^27.4.0"
}
}