forked from HKing2802/Locke-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 886 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
{
"name": "locke-bot",
"version": "2.0.0",
"description": "Special bot for the Locke Server",
"main": "bot.js",
"engines": {
"node": "12.7.0",
"npm": "6.10.0"
},
"scripts": {
"test": "mocha",
"start": "node ./src/start.js",
"stop": "node ./src/stop.js"
},
"author": "HKing",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/HKing2802/Locke-Bot"
},
"dependencies": {
"@mysql/xdevapi": "8.0.22",
"discord.js": "^12.5.1",
"hjson": "^3.2.2",
"moment": "^2.29.1",
"sqlstring": "^2.3.2",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0"
},
"devDependencies": {
"@chrisalderson/winston-spy": "^1.0.2",
"mocha": "^8.2.1",
"sinon": "^9.2.2"
}
}