forked from CyaOnDaNet/plex_discord_role_management
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.35 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.35 KB
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
{
"name": "plex_discord_role_management",
"version": "2.0.2",
"description": "A discord bot that synchronizes with Tautulli and Sonarr to deliver tailored notifications.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CyaOnDaNet/plex_discord_role_management.git"
},
"keywords": [],
"author": "CyaOnDaNet",
"license": "ISC",
"dependencies": {
"axios": "^0.21.0",
"better-sqlite3": "^7.1.1",
"body-parser": "^1.19.0",
"bufferutil": "^4.0.2",
"discord.js": "^12.4.1",
"erlpack": "^0.1.3",
"express": "^4.17.1",
"is-docker": "^2.1.1",
"json-to-form-data": "^1.0.0",
"libsodium-wrappers": "^0.7.8",
"lodash": "^4.17.20",
"node-fetch": "^2.6.1",
"@discordjs/opus": "^0.3.3",
"node-schedule": "^1.3.2",
"opusscript": "^0.0.7",
"process": "^0.11.10"
},
"bugs": {
"url": "https://github.com/CyaOnDaNet/plex_discord_role_management/issues"
},
"homepage": "https://github.com/CyaOnDaNet/plex_discord_role_management#readme",
"changeLog": "**Fixes:**\n> - Fixed avatar URL's not working after `discord.js v12` rework\n> - Bot needs `Privileged Gateway Intents` to fix `@Watching` role. Bot sends DM to owner about enabling member intents in the Discord Developer Portal."
}