-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 1.88 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
71
72
73
74
75
76
77
78
79
{
"name": "corabot",
"version": "4.0.0-beta.20",
"description": "Experimental Discord.JS v13 bot.",
"main": "./lib/bot.js",
"scripts": {
"start": "node .",
"dev": "nodemon .",
"lint": "eslint .",
"setup": "node ./lib/utils/setupUtil.js"
},
"keywords": [
"discord.js",
"v13",
"bot"
],
"homepage": "https://github.com/NovaLynxie/CoraBot_Main#readme",
"repository": "github:NovaLynxie/CoraBot_Main",
"author": "NovaLynxie",
"license": "ISC",
"engines": {
"node": ">=16.7.0"
},
"nodemonConfig": {
"ignore": [
"core/commands/*",
"data/*",
"logs/*"
],
"delay": "2500"
},
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^0.5.0",
"@discordjs/voice": "^0.10.0",
"@keyvhq/core": "^1.6.3",
"@keyvhq/sqlite": "^1.6.20",
"common-tags": "^1.8.0",
"connect-sqlite3": "^0.9.13",
"date-fns": "^2.28.0",
"discord-api-types": "^0.22.0",
"discord-chatbot": "^2.1.0",
"discord-tts": "^1.2.1",
"discord.js": "^13.8.1",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"ffmpeg-static": "^4.4.1",
"flash": "^1.1.0",
"helmet": "^4.6.0",
"html": "^1.0.0",
"minecraft-server-util": "^5.1.1",
"morgan": "^1.10.0",
"node-fetch": "^2.6.7",
"passport": "^0.6.0",
"passport-discord-faxes": "^0.1.4",
"play-dl": "^1.8.2",
"prompt": "^1.3.0",
"pug": "^3.0.2",
"sodium": "^3.0.2",
"sqlite3": "^5.1.2",
"toml": "^3.0.0",
"url-minify": "^2.2.12",
"uuid": "^8.3.2",
"winston": "^3.7.2",
"winston-daily-rotate-file": "^4.5.5",
"yiff": "^2.0.3",
"yiffy": "^2.0.16"
},
"devDependencies": {
"assert": "^2.0.0",
"mocha": "^9.1.3",
"nock": "^13.1.4",
"node": "^16.7.0",
"nodemon": "^2.0.12",
"opusscript": "0.0.8"
}
}