-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.1 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
{
"name": "hgrunt-bot",
"version": "1.3.0",
"description": "Discord bot that can string together hgrunt phrases",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IntriguingTiles/hgrunt-bot.git"
},
"author": "IntriguingTiles",
"license": "MIT",
"bugs": {
"url": "https://github.com/IntriguingTiles/hgrunt-bot/issues"
},
"homepage": "https://github.com/IntriguingTiles/hgrunt-bot#readme",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.16.0",
"better-sqlite3": "^8.4.0",
"bufferutil": "^4.0.6",
"canvas": "^2.10.2",
"cheerio": "^1.0.0-rc.5",
"cleverbot-free": "^2.0.3",
"discord.js": "^14.0.3",
"dotenv": "^16.1.3",
"enmap": "^5.9.0",
"erlpack": "github:discordapp/erlpack",
"file-type": "^9.0.0",
"jimp": "^0.22.8",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"snekfetch": "^4.0.4",
"sodium-native": "^4.0.3",
"utf-8-validate": "^6.0.3",
"zlib-sync": "^0.1.7"
}
}