-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 941 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 941 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
36
{
"name": "your-priorities-encoder",
"version": "1.0.0",
"main": "worker.js",
"license": "AGPL-3.0",
"scripts": {
"build": "tsc --project . --outDir ./out-tsc"
},
"devDependencies": {
"@tsconfig/node14": "^14.1.8",
"@types/ffmpeg-static": "^5.1.0",
"@types/ffprobe-static": "^2.0.3",
"@types/fluent-ffmpeg": "^2.1.28",
"@types/node": "^24.10.1",
"@types/sequelize": "^6.12.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"dependencies": {
"@tsconfig/node24": "^24.0.3",
"@types/aws-sdk": "^2.7.4",
"@types/lodash": "^4.17.20",
"@types/lodash-es": "^4.17.12",
"aws-sdk": "^2.1692.0",
"bullmq": "^5.63.2",
"ffmpeg-static": "^5.3.0",
"ffprobe-static": "^3.1.0",
"fluent-ffmpeg": "^2.1.3",
"ioredis": "^5.8.2",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"pg": "^8.16.3",
"pg-hstore": "^2.3.4",
"sequelize": "^6.37.7"
}
}