-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.44 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
{
"name": "guidebot",
"version": "6.1.0",
"description": "A boilerplate example bot with command handler and reloadable commands. Updated and Maintained by the Idiot's Guide Community",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "npx nodemon index.js"
},
"engines": {
"node": ">=12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/An-Idiots-Guide/guidebot-class.git"
},
"author": "Evelyne Lachance <eslachance@gmail.com> (http://evie.codes)",
"contributors": [
"York (http://anidiots.guide)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/An-Idiots-Guide/guidebot-class/issues"
},
"homepage": "https://github.com/An-Idiots-Guide/guidebot-class#readme",
"dependencies": {
"better-sqlite3": "^5.4.1",
"chalk": "^2.4.1",
"discord.js": "^12.1.1",
"discordjs-prompter": "^2.0.4",
"enmap": "^5.0.1",
"klaw": "^2.1.1",
"md5": "^2.3.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mssql": "^6.3.0",
"node-cron": "^2.0.3",
"readline-sync": "^1.4.9"
},
"devDependencies": {
"eslint": "^6.0.1",
"eslint-config-airbnb-base": "^11.3.2",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.18.1",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0"
}
}