forked from FlippedCodes/gurglebot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 933 Bytes
/
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
{
"name": "gurglebot",
"version": "2.4.0",
"description": "Rewrite of the orginal mawbot for the TDM-Network.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FlipperLP/gurglebot.git"
},
"keywords": [],
"author": "phil",
"license": "MIT",
"bugs": {
"url": "https://github.com/FlipperLP/gurglebot/issues"
},
"homepage": "https://github.com/FlipperLP/gurglebot#readme",
"dependencies": {
"@discordjs/builders": "^1.8.2",
"bufferutil": "^4.0.8",
"discord.js": "^14.15.3",
"handlebars": "^4.7.8",
"jsdom": "^20.0.3",
"moment": "^2.30.1",
"mysql2": "^3.10.0",
"pretty-ms": "^9.0.0",
"sequelize": "^6.37.3",
"utf-8-validate": "^5.0.10"
},
"devDependencies": {
"eslint": "^8.22.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0"
}
}