-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.36 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
52
53
{
"name": "singularity",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@dr.pogodin/csurf": "^1.16.6",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@huggingface/transformers": "^3.8.1",
"@mohtasham/md-to-docx": "^2.6.1",
"@simplewebauthn/browser": "^13.2.2",
"@simplewebauthn/server": "^13.2.2",
"argon2": "^0.44.0",
"axios": "^1.13.2",
"cookie-parser": "^1.4.7",
"docx": "^9.5.1",
"docx-pdf": "^0.0.1",
"dompurify": "^3.3.1",
"dotenv": "^17.2.3",
"ejs": "^3.1.10",
"express": "^5.2.1",
"express-session": "^1.18.2",
"fluent-ffmpeg": "^2.1.3",
"helmet": "^8.1.0",
"libreoffice-convert": "^1.7.0",
"marked": "^17.0.1",
"minio": "^7.0.26",
"multer": "^2.0.2",
"nodejs-whisper": "^0.2.9",
"openai": "^6.16.0",
"p-queue": "^9.1.1",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"pdf-parse": "^2.4.5",
"pdfjs-dist": "^5.4.530",
"react-dom": "^19.2.0",
"sharp": "^0.34.5",
"socket.io": "^4.8.1",
"sqlite3": "^5.0.2",
"ua-parser-js": "^2.0.6",
"unicode-animations": "^1.0.3",
"uuid-v4": "^0.1.0",
"wavefile": "^11.0.0",
"winston": "^3.19.0"
}
}