-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 999 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
35
36
37
38
39
40
41
42
43
{
"name": "twitch-wikibot",
"version": "3.0.0",
"type": "module",
"description": "WikiBot is a bot for Twitch with the purpose to easily link to Gamepedia and Fandom wikis.",
"main": "app.js",
"scripts": {
"test": "node app.js debug",
"start": "node app.js"
},
"author": "MarkusRost",
"license": "ISC",
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"cheerio": "^1.0.0",
"dotenv": "^16.4.5",
"got": "^14.4.3",
"got-ssrf": "^3.0.0",
"mediawiki-projects-list": "^4.7.2",
"npm": "^10.9.0",
"pg": "^8.13.0",
"twitch-js": "^2.0.0-beta.45"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Markus-Rost/twitch-wikibot.git"
},
"keywords": [
"gamepedia",
"fandom",
"wikia",
"twitch",
"wikibot",
"wiki",
"twitch-bot"
],
"bugs": {
"url": "https://github.com/Markus-Rost/twitch-wikibot/issues"
},
"homepage": "https://github.com/Markus-Rost/twitch-wikibot#readme"
}