forked from AgustinSRG/Showdown-ChatBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1006 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1006 Bytes
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
{
"name": "showdown-chatbot",
"version": "2.8.2",
"author": {
"name": "Agustin San Roman",
"email": "agustinsanromanguzman@gmail.com",
"url": "https://github.com/asanrom"
},
"scripts": {
"start": "node run-forever",
"test": "eslint --cache showdown-chatbot config-example.js src/",
"fix-test": "eslint --fix --cache showdown-chatbot config-example.js src/"
},
"main": "showdown-chatbot",
"bin": "showdown-chatbot",
"engines": {
"node": "> 16.0.0"
},
"dependencies": {
"busboy": "1.6.0",
"json5": "2.2.3",
"sockjs-client": "1.6.1",
"websocket": "1.0.34"
},
"optionalDependencies": {
"githubhook": "1.9.3",
"mysql": "2.18.1"
},
"description": "Bot for Pokemon Showdown",
"homepage": "https://github.com/asanrom/Showdown-ChatBot",
"repository": {
"type": "git",
"url": "https://github.com/asanrom/Showdown-ChatBot.git"
},
"private": true,
"license": "MIT",
"devDependencies": {
"eslint": "8.31.0"
}
}