-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "test-technique-video-shorts",
"version": "1.0.0",
"description": "## \"Picsou Parle\" — Pipeline de generation de short videos",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node dist/server.js",
"cli": "node dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@anthropic-ai/sdk": "^0.89.0",
"@google/generative-ai": "^0.24.1",
"cors": "^2.8.6",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"fluent-ffmpeg": "^2.1.3",
"google-tts-api": "^2.0.2",
"multer": "^2.1.1",
"openai": "^6.34.0",
"socket.io": "^4.8.3",
"yargs": "^18.0.0"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/fluent-ffmpeg": "^2.1.28",
"@types/multer": "^2.1.0",
"@types/node": "^25.6.0",
"@types/yargs": "^17.0.35",
"ts-node": "^10.9.2",
"typescript": "^6.0.2"
},
"type": "commonjs"
}