-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 856 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
{
"name": "explainxkcdbot",
"version": "2.3.0",
"description": "a bot for explainxkcd",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">= 14.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theusaf/explainXKCDBot.git"
},
"keywords": [
"xkcd",
"explainxkcd",
"bot"
],
"author": "theusaf",
"license": "MIT",
"bugs": {
"url": "https://github.com/theusaf/explainXKCDBot/issues"
},
"homepage": "https://github.com/theusaf/explainXKCDBot#readme",
"dependencies": {
"common-tags": "^1.8.2",
"got": "^14.4.1",
"image-size": "^1.1.1",
"mwbot": "github:theusaf/mwbot",
"openai": "^4.49.0"
},
"devDependencies": {
"eslint": "^9.4.0",
"prettier": "^3.3.1"
}
}