forked from samsungapore/DiscordLoupGarou
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 830 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": "discord_loup_garou",
"version": "1.0.0",
"description": "Discord bot to play Loup Garou games",
"dependencies": {
"discord.js": "^12.0.2",
"dotenv": "^8.2.0",
"googleapis": "^47.0.0",
"graceful-fs": "^4.2.3",
"isomorphic-fetch": "^2.2.1",
"keyv": "^4.0.0",
"node-webhooks": "^1.4.2",
"request": "latest",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.4.2",
"ytdl-core": "^1.0.7"
},
"scripts": {
"start": "node src/discordlgbot.js",
"run": "pm2 src/main.js",
"restart": "pm2 main restart",
"stop": "pm2 main stop"
},
"contributors": [
{
"name": "Julien Sarriot",
"email": "[email protected]"
},
{
"name": "Samuel Radat",
"email": "[email protected]"
}
],
"license": "GPL-3.0"
}