-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.27 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.27 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
47
48
49
50
51
{
"name": "interview_ai_server",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --loader ts-node/esm src/server.ts",
"dev": "nodemon"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"@types/express": "^5.0.3",
"@types/fluent-ffmpeg": "^2.1.27",
"@types/node": "^22.15.2",
"@types/uuid": "^10.0.0",
"nodemon": "^3.1.10",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"dependencies": {
"@bull-board/api": "^6.11.0",
"@bull-board/express": "^6.11.0",
"@bull-board/fastify": "^6.11.0",
"@fastify/cors": "^11.0.1",
"@fastify/express": "^4.0.2",
"@fastify/formbody": "^8.0.2",
"acorn": "^8.14.1",
"acorn-walk": "^8.3.4",
"arg": "^4.1.3",
"axios": "^1.9.0",
"bull-board": "^1.7.2",
"bullmq": "^5.56.3",
"create-require": "^1.1.1",
"diff": "^4.0.2",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"fastify": "^5.3.2",
"fluent-ffmpeg": "^2.1.3",
"ioredis": "^5.6.1",
"make-error": "^1.3.6",
"mongoose": "^8.14.0",
"pino": "^9.6.0",
"undici-types": "^6.21.0",
"v8-compile-cache-lib": "^3.0.1",
"yn": "^3.1.1"
},
"description": ""
}