forked from RetroAchievements/RABot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.4 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "retroachievements-discord-bot",
"version": "0.0.0",
"description": "RetroAchievements Discord Bot",
"homepage": "https://retroachievements.org",
"author": "RetroAchievements",
"license": "ISC",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js",
"postinstall": "git config core.hooksPath ./.hooks",
"lint": "eslint --ignore-path .gitignore .",
"fix": "eslint --ignore-path .gitignore . --fix"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"city-timezones": "^1.2.0",
"common-tags": "^1.8.2",
"discord.js": "^12.5.3",
"discord.js-commando": "^0.12.3",
"dotenv": "^8.2.0",
"lunr": "^2.3.8",
"mathjs": "^7.5.1",
"merge": "^2.1.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"node-fetch": "^2.6.1",
"node-superfetch": "^0.1.9",
"pino": "^5.15.0",
"redis": "^3.1.1",
"request": "^2.88.0",
"rss-parser": "^3.7.3",
"steam-user": "^4.12.4",
"uws": "^100.0.1",
"youtube-search": "^1.1.4"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.0",
"nodemon": "^2.0.2"
},
"engines": {
"node": ">=20"
}
}