-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 989 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 989 Bytes
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
{
"name": "veo3-chain",
"version": "1.0.0",
"description": "Veo3 Short-Form Story Generator - Creates 30-second video stories with consistent characters using Veo 3 API",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HenryAllen04/Veo3-Chain.git"
},
"keywords": ["veo3", "video-generation", "ai", "story-generator"],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/HenryAllen04/Veo3-Chain/issues"
},
"homepage": "https://github.com/HenryAllen04/Veo3-Chain#readme",
"dependencies": {
"@fal-ai/client": "^1.1.2",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"fluent-ffmpeg": "^2.1.3",
"multer": "^1.4.5-lts.1",
"openai": "^4.79.1"
},
"devDependencies": {
"nodemon": "^3.1.9"
}
}