-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.14 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.14 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
42
43
44
45
46
{
"name": "api",
"version": "1.0.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"build": "rm -rf dist/ && npx tsc",
"start": "node dist/index.js",
"dev": "concurrently \"npx tsc --watch\" \"nodemon -q dist/index.js\""
},
"dependencies": {
"@prisma/client": "5.14.0",
"@types/archiver": "6.0.1",
"archiver": "6.0.1",
"auth0": "4.3.1",
"axios": "1.7.7",
"bullmq": "5.13.0",
"busboy": "1.6.0",
"cors": "2.8.5",
"dotenv": "16.4.5",
"express": "4.21.0",
"express-oauth2-jwt-bearer": "1.6.0",
"fluent-ffmpeg": "2.1.3",
"get-audio-duration": "4.0.1",
"helmet": "7.1.0",
"mime-types": "2.1.35",
"minio": "8.0.1",
"multer": "1.4.5-lts.1",
"uuid": "9.0.1",
"zod": "3.22.4"
},
"devDependencies": {
"@types/busboy": "1.5.4",
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
"@types/fluent-ffmpeg": "2.1.24",
"@types/mime-types": "2.1.4",
"@types/multer": "1.4.11",
"@types/node": "20.12.12",
"@types/uuid": "9.0.8",
"concurrently": "8.2.2",
"nodemon": "3.1.0",
"prisma": "5.18.0",
"typescript": "5.4.5"
}
}