-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
35 lines (35 loc) · 874 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": "hypereasy",
"version": "1.0.0",
"description": "\"In browser all variant bot.\"",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperbotauthor/scalachess.git"
},
"keywords": [
"browser",
"variant",
"bot"
],
"author": "hypebotauthor",
"license": "MIT",
"bugs": {
"url": "https://github.com/hyperbotauthor/scalachess/issues"
},
"homepage": "https://github.com/hyperbotauthor/scalachess#readme",
"dependencies": {
"@octokit/rest": "^16.37.0",
"body-parser": "^1.19.0",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"express-session": "^1.17.0",
"node-fetch": "^2.6.1",
"passport": "^0.4.1",
"passport-lichess": "^1.1.0"
}
}