-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) Β· 1.08 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "hearus-backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon app.js",
"production": "pm2 start ecosystem.config.js"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"axios": "^1.6.2",
"bcrypt": "^5.1.1",
"better-queue": "^3.8.12",
"claude-ai": "^1.2.2",
"cookie-parser": "~1.4.4",
"cross-env": "^7.0.3",
"csurf": "^1.11.0",
"debug": "~2.6.9",
"dotenv": "^16.3.1",
"express": "~4.16.1",
"express-session": "^1.18.0",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"helmet": "^7.1.0",
"hpp": "^0.2.3",
"http-errors": "~1.6.3",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.3.0",
"mongoose": "^8.1.3",
"morgan": "~1.9.1",
"nodemon": "^3.0.2",
"nunjucks": "^3.2.4",
"openai": "^4.26.0",
"pm2": "^5.3.0",
"pug": "2.0.0-beta11",
"sanitize-html": "^2.11.0",
"socket.io": "^3.1.2",
"socket.io-client": "^4.7.4",
"uuid": "^9.0.1",
"winston": "^3.11.0",
"ws": "^8.16.0"
}
}