-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
70 lines (70 loc) · 1.84 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "coachartie",
"version": "1.0.1",
"main": "bot.js",
"license": "MIT",
"scripts": {
"start": "node bot.js",
"web": "node web.js",
"api": "node api.js",
"player": "nodemon capability-player.js",
"manifest": "node capabilities/_generate-manifest.js",
"test": "jest"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.18.0",
"@discordjs/voice": "^0.16.0",
"@google-cloud/speech": "^5.5.0",
"@nem035/gpt-3-encoder": "^1.1.7",
"@octokit/auth-app": "^4.0.13",
"@octokit/graphql": "^5.0.6",
"@octokit/rest": "^19.0.11",
"@supabase/supabase-js": "^2.11.0",
"async-sema": "^3.1.1",
"axios": "^1.4.0",
"blessed": "^0.1.81",
"boxen": "^7.1.1",
"canvas": "^2.11.2",
"chai": "^4.3.8",
"chance": "^1.1.11",
"cheerio": "^1.0.0-rc.12",
"cohere-ai": "^7.7.7",
"comment-parser": "^1.4.1",
"crypto": "^1.0.1",
"date-fns": "^3.6.0",
"discord.js": "^14.8.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-basic-auth": "^1.2.1",
"form-data": "^4.0.0",
"googleapis": "^120.0.0",
"html-to-text": "^9.0.5",
"jsdoc-api": "^8.0.0",
"jsdoc-parse": "^6.2.0",
"jsdom": "^22.1.0",
"marked": "^12.0.1",
"mermaid": "^10.6.1",
"node-cron": "^3.0.3",
"openai": "^4.29.2",
"path": "^0.12.7",
"prism-media": "^1.3.5",
"puppeteer": "^19.7.5",
"readline": "^1.3.0",
"sinon": "^16.0.0",
"supabase": "^1.42.7",
"twitter-api-client": "^1.6.1",
"twitter-api-sdk": "^1.2.1",
"twitter-api-v2": "^1.14.2",
"winston": "^3.11.0",
"winston-papertrail": "^1.0.5",
"winston-syslog": "^2.7.0",
"winston-transport": "^4.7.0",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.5.7",
"documentation": "^14.0.2",
"jest": "^29.6.4",
"nodemon": "^3.1.0"
}
}