forked from IPFSdapps/turing-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 945 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 945 Bytes
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
{
"name": "turing-bot",
"version": "0.0.4",
"description": "",
"main": "dist/index.js",
"type": "module",
"scripts": {
"start": "tsc && node .",
"dev": "tsc && nodemon .",
"build": "tsc",
"git": "git fetch && git pull"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/voice": "^0.14.0",
"@supabase/supabase-js": "^2.1.1",
"@zeldafan0225/stable_horde": "^2.3.5",
"canvas": "^2.11.0",
"centra": "^2.6.0",
"chalk": "4",
"cld": "^2.8.4",
"delay": "^5.0.0",
"discord-tts": "^1.2.2",
"discord.js": "^14.9.0",
"discord.js-pages": "^1.4.4",
"djs-linereply": "^2.3.0",
"dotenv": "^16.0.3",
"dreamstudio.js": "^0.0.4",
"lexica-api": "^1.0.2",
"ms": "^2.1.3",
"openai": "^3.1.0",
"sharp": "^0.31.3",
"ytdl-core": "^4.11.2"
},
"devDependencies": {
"nodemon": "^2.0.20",
"typescript": "^4.9.4"
}
}