-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 885 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 885 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
{
"name": "processframe-studio",
"version": "1.0.0",
"description": "ProcessFrame Studio local image and video processing workspace.",
"main": "src/server.js",
"scripts": {
"start": "node src/server.js",
"dev": "node src/server.js",
"check": "node --check src/server.js && node --check src/gemini-watermark-node.js && node --check public/app.js && node --check tests/watermark-roundtrip.js",
"media:intro": "node scripts/generate-intro-video.js",
"test:watermark": "node tests/watermark-roundtrip.js"
},
"keywords": [
"image",
"video",
"chroma-key",
"ffmpeg",
"transparent"
],
"author": "",
"license": "MIT",
"dependencies": {
"archiver": "^7.0.1",
"cors": "^2.8.5",
"express": "^4.19.2",
"ffmpeg-static": "^5.2.0",
"ffprobe-static": "^3.1.0",
"multer": "^1.4.5-lts.1",
"sharp": "^0.33.0"
}
}