-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.16 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
{
"name": "reddit2short",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@google-cloud/text-to-speech": "^6.1.0",
"@google/genai": "^1.5.1",
"axios": "^1.9.0",
"cheerio": "^1.1.0",
"chunk-text": "^2.0.1",
"commander": "^14.0.0",
"date-fns": "^4.1.0",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.3",
"google-auth-library": "^10.1.0",
"googleapis": "^150.0.1",
"node-edge-tts": "^1.2.8",
"numbro": "^2.5.0",
"open": "^10.1.2",
"ora": "^8.2.0",
"play-sound": "^1.1.6",
"puppeteer": "^24.10.1",
"snoowrap": "^1.23.0",
"uuid": "^11.1.0",
"zod": "^3.25.64"
},
"devDependencies": {
"@eslint/js": "^9.28.0",
"@types/chunk-text": "^1.0.2",
"@types/fluent-ffmpeg": "^2.1.27",
"@types/node": "^22.15.30",
"@types/play-sound": "^1.1.2",
"@types/uuid": "^10.0.0",
"eslint": "^9.28.0",
"globals": "^16.2.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.33.1"
}
}