48 lines
1.1 KiB
JSON
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"
|
|
}
|
|
}
|