-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 KB
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": "showdown-chatbot",
"version": "2.30.5",
"author": {
"name": "Agustin San Roman",
"email": "agustinsanromanguzman@gmail.com",
"url": "https://github.com/AgustinSRG"
},
"scripts": {
"start": "node run-forever",
"test": "eslint --cache ./showdown-chatbot ./config-example.js ./src/ ./add-ons/",
"fix-test": "eslint --fix --cache ./showdown-chatbot ./config-example.js ./src/ ./add-ons/"
},
"main": "showdown-chatbot",
"bin": "showdown-chatbot",
"engines": {
"node": "> 18.0.0"
},
"dependencies": {
"@asanrom/showdown-chatbot-codemirror": "1.0.2",
"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/AgustinSRG/Showdown-ChatBot",
"repository": {
"type": "git",
"url": "https://github.com/AgustinSRG/Showdown-ChatBot.git"
},
"private": true,
"license": "MIT",
"devDependencies": {
"eslint": "8.57.0"
}
}