-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.23 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
40
41
{
"name": "feature-clip-studio",
"version": "0.1.0",
"description": "Turn live product flows into storyboarded proof assets: MP4/GIF walkthroughs, screenshots, readable state captures, and README-ready evidence. Playwright capture → Remotion render → ffmpeg/exported artifacts.",
"type": "module",
"license": "MIT",
"author": "Homen Shum",
"repository": {
"type": "git",
"url": "https://github.com/HomenShum/FeatureClipStudio"
},
"keywords": [
"demo",
"gif",
"walkthrough",
"screencast",
"remotion",
"playwright",
"product-demo",
"readme",
"streamlit"
],
"scripts": {
"capture": "node walkthrough.mjs",
"studio": "remotion studio src/index.js",
"render": "remotion render src/index.js",
"render:example": "remotion render src/index.js WT-SoloFounder out/example.mp4 --concurrency=2",
"render:roomos": "remotion render src/roomos-index.js WTG-RoomOSV0123 out/room-os-v0-v1-v2-v3.mp4 --concurrency=2",
"judge": "node judge-video.mjs"
},
"dependencies": {
"@remotion/cli": "^4.0.474",
"feature-clip-studio": "file:",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remotion": "^4.0.474"
},
"devDependencies": {
"playwright": "^1.60.0"
}
}