-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1 KB
/
package.json
File metadata and controls
35 lines (35 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
{
"name": "jishnu-marketing-ai",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node scripts/start-dev.js",
"render": "remotion render src/index.ts UGCAd-hook1 out/ugc-ad.mp4",
"build": "remotion bundle",
"render:all": "node scripts/render-all.js",
"render:all:en": "node scripts/render-all.js --lang en",
"render:all:sp": "node scripts/render-all.js --lang sp",
"dashboard": "node scripts/dashboard.js",
"scan-hooks": "node scripts/generate-hooks-catalog.js",
"download-music": "node scripts/download-music.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@remotion/cli": "4.0.431",
"@remotion/google-fonts": "4.0.431",
"@remotion/media": "4.0.431",
"nocopyrightsounds-api": "^3.0.2",
"react": "19.2.4",
"react-dom": "19.2.4",
"remotion": "4.0.431",
"zod": "4.3.6"
},
"devDependencies": {
"@types/react": "19.2.14",
"typescript": "5.9.3"
}
}