-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.36 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
{
"name": "wikibot",
"version": "1.0.0",
"description": "A Wikipedia Discord Bot using the Wikipedia API. en.wikipedia.org/w/api.php",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">=16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zeriaxdev/wikibot.git"
},
"author": "zeriaxdev",
"license": "MIT",
"bugs": {
"url": "https://github.com/zeriaxdev/wikibot/issues"
},
"homepage": "https://github.com/zeriaxdev/wikibot#readme",
"dependencies": {
"@discordjs/builders": "^0.2.0",
"@ffmpeg/core": "^0.10.0",
"@ffmpeg/ffmpeg": "^0.10.1",
"@sapphire/time-utilities": "^1.3.8",
"@tensorflow/tfjs-node": "^3.15.0",
"axios": "^0.26.1",
"canvas": "^2.9.1",
"cheerio": "^1.0.0-rc.10",
"colorette": "^1.3.0",
"colorthief": "^2.3.2",
"crypto": "^1.0.1",
"discord-together": "^1.3.3",
"discord.js": "^13.0.1",
"dotenv": "^10.0.0",
"enmap": "^5.8.5",
"images-scraper": "^6.4.0",
"jimp": "^0.16.1",
"node-fetch": "^3.2.4",
"nsfwjs": "^2.4.1",
"svg2png": "^4.1.1"
},
"devDependencies": {
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0"
}
}