-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 897 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
{
"name": "wiki-utilities",
"version": "3.5.0",
"description": "Discord bot for taking administrative actions on a wiki through Discord.",
"main": "src/bot/index.js",
"scripts": {
"start": "node .",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "14.x",
"pnpm": ">=3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lavgup/Wiki-Utilities.git"
},
"keywords": [
"discord",
"discord-bot",
"bot",
"wiki",
"fandom",
"mediawiki"
],
"author": "lavgup",
"license": "MIT",
"dependencies": {
"@lavgup/mediawiki.js": "^1.0.0",
"discord-akairo": "^8.1.0",
"discord.js": "^12.5.1",
"got": "^11.8.1",
"i18next": "^19.8.4",
"i18next-fs-backend": "^1.0.7",
"winston": "^3.3.3"
},
"devDependencies": {
"eslint": "^7.17.0"
}
}