-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 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
{
"name": "hudasbot-discord",
"version": "1.0.0",
"description": "HudasBot-discord",
"main": "src/index",
"scripts": {
"start": "node src/index.js",
"postinstall": "node src/setup.js"
},
"engines": {
"node": ">=12.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nesperida911/HudasBot-discord.git"
},
"author": "Fernando Nicolei Esperida",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/nesperida911/HudasBot-discord/issues"
},
"homepage": "https://github.com/nesperida911/HudasBot-discord#readme",
"dependencies": {
"@discordjs/opus": "^0.3.2",
"@ipmanlk/reddit-simple": "^2.2.1",
"akaneko": "^3.0.2",
"better-sqlite3": "^7.1.0",
"canvas": "^2.6.1",
"chalk": "^4.0.0",
"discord.js": "^12.3.1",
"dotenv": "^8.2.0",
"enmap": "^5.4.1",
"ffmpeg-static": "^4.2.7",
"glob": "^7.1.6",
"imageapi.js": "^1.0.9",
"inquirer": "^7.1.0",
"moment": "^2.27.0",
"moment-duration-format": "^2.3.2",
"reddit-simple": "^2.1.1",
"util": "^0.12.3",
"ytdl-core": "^3.2.2"
},
"devDependencies": {
"eslint": "^7.5.0",
"eslint-config-tesseract": "0.0.3"
}
}