-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 943 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": "steam-workshop-notifications-discord-bot",
"version": "2.0.1",
"description": "A versatile Discord bot for Steam Workshop notifications, spot reports, and more, built with Node.js and the discord.js library.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "pm2 start index.js --name steam-bot --cwd /bot",
"lint": "eslint ."
},
"keywords": [
"discord",
"bot",
"steam workshop",
"notifications",
"ARMA 3"
],
"author": "Hunter McCallum",
"license": "GPL-3.0",
"devDependencies": {
"eslint": "^8.49.0"
},
"dependencies": {
"discord.js": "^14.13.0",
"html-to-text": "^9.0.5",
"moment": "^2.29.4",
"node-html-parser": "^6.1.9",
"node-schedule": "^2.1.0",
"pm2": "^5.3.0",
"winston": "^3.10.0",
"winston-daily-rotate-file": "^4.7.1"
}
}