Add server dependencies: express, better-sqlite3, multer, uuid, cors

This commit is contained in:
2026-05-13 15:44:03 +02:00
parent 3a198d7d50
commit ce22dadd80
2 changed files with 1314 additions and 10 deletions

1312
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -22,15 +22,25 @@
"@google-cloud/text-to-speech": "^6.4.1", "@google-cloud/text-to-speech": "^6.4.1",
"@google/generative-ai": "^0.24.0", "@google/generative-ai": "^0.24.0",
"axios": "^1.6.2", "axios": "^1.6.2",
"dotenv": "^16.3.1", "better-sqlite3": "^12.10.0",
"cors": "^2.8.6",
"dotenv": "^16.6.1",
"express": "^5.2.1",
"fluent-ffmpeg": "^2.1.2", "fluent-ffmpeg": "^2.1.2",
"multer": "^2.1.1",
"openai": "^4.20.1", "openai": "^4.20.1",
"uuid": "^14.0.0",
"yargs": "^17.7.2" "yargs": "^17.7.2"
}, },
"devDependencies": { "devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/fluent-ffmpeg": "^2.1.24", "@types/fluent-ffmpeg": "^2.1.24",
"@types/jest": "^29.5.5", "@types/jest": "^29.5.5",
"@types/multer": "^2.1.0",
"@types/node": "^20.8.2", "@types/node": "^20.8.2",
"@types/uuid": "^10.0.0",
"@types/yargs": "^17.0.32", "@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4", "@typescript-eslint/parser": "^6.7.4",