-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 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
{
"name": "functions",
"version": "1.0.0",
"main": "dist/main.js",
"scripts": {
"dev": "NODE_ENV=local nodemon",
"start": "ts-node index.ts"
},
"dependencies": {
"@deepgram/sdk": "^3.9.0",
"@distube/ytdl-core": "^4.15.8",
"@google-cloud/speech": "^6.7.0",
"@microsoft/tiktokenizer": "^1.0.9",
"@types/fluent-ffmpeg": "^2.1.27",
"axios": "^1.7.9",
"cheerio": "^1.0.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"fluent-ffmpeg": "^2.1.3",
"google-auth-library": "^9.15.0",
"google-spreadsheet": "^4.1.4",
"openai": "^4.76.0",
"patreon-dl": "^2.3.0",
"progress-estimator": "^0.3.1",
"tiktoken": "^1.0.17",
"youtube-dl-exec": "^3.0.12",
"youtube-sr": "^4.3.11",
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/node-fetch": "^2.6.10",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"nodemon": "^3.0.2",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}