-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 909 Bytes
/
package.json
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
{
"name": "auto_render",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "tsc && node dist/index.js",
"debug": "tsc && node --nolazy --inspect-brk=9229 dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffprobe-installer/ffprobe": "^2.1.2",
"canvas": "^3.0.0-rc2",
"ffprobe-client": "^1.1.6",
"fluent-ffmpeg": "^2.1.3",
"gopro-telemetry": "^1.2.9",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"typescript": "^5.6.3",
"tz-lookup": "^6.1.25"
},
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.26",
"@types/moment": "^2.13.0",
"@types/moment-timezone": "^0.5.30",
"@types/node": "^22.7.7",
"@types/tz-lookup": "^6.1.2"
}
}