-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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": "janmichaelbot",
"version": "1.2.2",
"description": "A Discord bot for the JanMichaelVincent Discord Server!",
"main": "discord-bot.js",
"scripts": {
"lint": "echo \"Running Lint...\" && eslint --cache --fix && echo \"Lint Successful!\"",
"prepare": "husky install"
},
"keywords": [
"discord.js",
"datamosh",
"node.js",
"discord bot"
],
"author": "Tyler Laskey <[email protected]> (https://github.com/Tlaskey)",
"license": "MIT",
"dependencies": {
"cron": "^1.8.2",
"datamosh": "^2.1.2",
"discord.js": "^12.2.0",
"dotenv": "^8.2.0",
"jimp": "^0.10.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.31",
"reqi": "^1.0.4"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"husky": "^7.0.0",
"lint-staged": "^12.3.7"
},
"lint-staged": {
"*.js": "eslint --cache --fix"
}
}