forked from black-river-gaming/albion-killbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "albion-killbot",
"version": "3.3.9",
"description": "A Discord bot to display Albion Online kills/deaths in chat.",
"main": "index.js",
"repository": "https://github.com/agnjunio/albion-killbot.git",
"author": "Agnaldo Junior <[email protected]>",
"license": "MIT",
"dependencies": {
"amqplib": "^0.6.0",
"aws-sdk": "^2.689.0",
"axios": "^0.21.2",
"canvas": "^2.6.1",
"discord.js": "^12.4.1",
"dotenv": "^8.2.0",
"i18n": "^0.8.5",
"jimp": "^0.16.1",
"moment": "^2.24.0",
"mongodb": "^3.5.3",
"winston": "^3.2.1",
"winston-loggly-bulk": "^3.1.0"
},
"scripts": {
"start": "node index.js",
"dev": "nodemon .",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"prettier": "prettier -c .",
"prettier:fix": "prettier --write ."
},
"engines": {
"node": "14.x",
"yarn": "1.x"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-prettier": "^8.2.0",
"nodemon": "^2.0.2",
"prettier": "^2.2.1"
}
}