-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
35 lines (35 loc) · 1009 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
{
"name": "easyherokubot",
"version": "1.0.0",
"description": "easy heroku bot",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheYoBots/easyherokubot.git"
},
"author": "TheYoBots",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheYoBots/easyherokubot/issues"
},
"homepage": "https://github.com/TheYoBots/easyherokubot#readme",
"dependencies": {
"@easychessanimations/fetchutils": "^1.0.4",
"@easychessanimations/foo": "^1.0.43",
"@easychessanimations/lichessutils": "^1.0.21",
"@easychessanimations/polyglot": "^1.0.3",
"@easychessanimations/scalachess": "^1.0.10",
"@easychessanimations/sse": "^1.0.7",
"@easychessanimations/tinyutils": "^1.0.2",
"@easychessanimations/uci": "^1.0.33",
"chess.js": "^0.11.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"mongodb": "^3.6.3",
"node-7z": "^2.1.2",
"node-fetch": "^2.6.1"
}
}