-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 843 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
{
"name": "eve-static-db-bot",
"version": "0.1.0",
"description": "A Discord bot for EVE Online",
"main": "app.js",
"scripts": {
"test": "node test/bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m68k-fr/eve-static-db-bot"
},
"keywords": [
"Discord",
"EVE",
"Online"
],
"author": "m68k",
"license": "MIT",
"bugs": {
"url": "https://github.com/m68k-fr/eve-static-db-bot/issues"
},
"homepage": "https://github.com/m68k-fr/eve-static-db-bot#readme",
"dependencies": {
"discord.js": "^11.4.2",
"express": "^4.16.4",
"fuzzy": "^0.1.3",
"js-yaml": "^3.12.0",
"sharp": "^0.21.0",
"striptags": "^3.1.1",
"winston": "^3.1.0",
"winston-daily-rotate-file": "^3.4.1",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2"
}
}