forked from RetroAchievements/RABot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.78 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "retroachievements-discord-bot",
"version": "1.1.1",
"description": "Retroachievements.org Discord Bot - www.retroachievements.org",
"homepage": "http://retroachievements.org",
"main": "index.js",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"city-timezones": "^1.2.0",
"discord.js": "^11.5.1",
"discord.js-commando": "^0.10.0",
"dotenv": "^8.2.0",
"erlpack": "^0.1.3",
"lunr": "^2.3.8",
"mathjs": "^6.2.5",
"merge": "^1.2.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"node-fetch": "^2.6.0",
"node-opus": "^0.3.3",
"node-superfetch": "^0.1.9",
"pino": "^5.15.0",
"redis": "^2.8.0",
"request": "^2.88.0",
"rss-parser": "^3.7.3",
"sqlite": "^3.0.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"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js",
"lint": "eslint --ignore-path .gitignore .",
"lintfix": "eslint --ignore-path .gitignore . --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/RetroAchievements/RABot"
},
"author": "RetroAchievements",
"contributors": [
{
"name": "meleu",
"url": "https://meleu.sh/"
},
{
"name": "zapo",
"url": "http://victorz.me"
},
{
"name": "luchaos",
"url": "http://luchaos.at/"
}
],
"license": "ISC"
}