forked from RetroAchievements/RABot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 843 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 843 Bytes
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
{
"name": "retroachievements-discord-bot",
"version": "1.0.0",
"description": "https://github.com/hydrabolt/discord.js/",
"main": "index.js",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"discord.js": "^11.4.0",
"discord.js-commando": "^0.9.0",
"dotenv": "^4.0.0",
"erlpack": "^0.1.2",
"merge": "^1.2.0",
"moment": "^2.22.2",
"node-fetch": "^2.2.0",
"node-opus": "^0.2.9",
"redis": "^2.8.0",
"request": "^2.87.0",
"rss-parser": "^3.4.3",
"sqlite": "^2.9.2",
"steam-user": "^3.28.0",
"uws": "^8.14.1",
"youtube-search": "^1.1.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "luchaos",
"license": "ISC"
}