forked from luarmor-v4/AI-voice
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (50 loc) · 1.12 KB
/
package.json
File metadata and controls
51 lines (50 loc) · 1.12 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
{
"name": "toing-discord-bot",
"version": "3.5.0",
"description": "Discord AI Bot - Complete Edition with Advanced Skills",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"test": "echo \"No tests\" && exit 0",
"clean": "rm -rf temp/* logs/* data/*.json"
},
"keywords": [
"discord",
"bot",
"ai",
"voice",
"tts",
"downloader",
"scraper",
"automation"
],
"author": "",
"license": "MIT",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.18.0",
"cheerio": "^1.0.0-rc.12",
"discord.js": "^14.16.3",
"form-data": "^4.0.0",
"https-proxy-agent": "^7.0.2",
"ioredis": "^5.3.2",
"libsodium-wrappers": "^0.7.13",
"mammoth": "^1.6.0",
"node-fetch": "^2.7.0",
"opusscript": "^0.0.8",
"pdf-parse": "^1.1.1",
"prism-media": "^1.3.5",
"sodium-native": "^4.2.1",
"xlsx": "^0.18.5",
"node-cron": "^3.0.3",
"pg": "^8.11.3",
"puppeteer": "^21.6.1"
},
"devDependencies": {
"nodemon": "^3.0.2"
},
"engines": {
"node": ">=18.0.0"
}
}