generated from EliasSchaut/DiscordBotTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 895 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
{
"name": "@lila.kuhlt/lila-kuh-bot",
"version": "1.0.0-beta.4",
"description": "Official bot of the Lila Pause",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node .",
"pm": "pm2 start src/index.js --name lila-kuh-bot",
"pm-restart": "pm2 reload lila-kuh-bot",
"pm-stop": "pm2 delete lila-kuh-bot"
},
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^0.3.0",
"axios": "^0.25.0",
"dayjs": "^1.10.7",
"discord-api-types": "^0.26.1",
"discord.js": "^13.6.0",
"follow-redirects": ">=1.14.8",
"horoscope": "2.0.1",
"ms": "^2.1.3",
"node-schedule": "^2.1.0",
"pm2": "^5.1.2",
"sequelize": "^6.15.0",
"sqlite3": "^4.2.0",
"winston": "^3.5.0"
},
"keywords": [
"Lila Pause"
],
"author": "Lila Kuhlt",
"license": "MIT"
}