forked from lichess-org/lila
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
55 lines (55 loc) · 1.11 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "lidraughts",
"version": "1.0.0",
"description": "lidraughts.org: the forever free, adless and open source draughts server",
"repository": {
"type": "git",
"url": "https://github.com/roepstoep/lidraughts.git"
},
"keywords": [
"draughts",
"lidraughts"
],
"author": "Stefan Schermann (modified original by Thibault Duplessis)",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/roepstoep/lidraughts/issues"
},
"homepage": "https://lidraughts.org",
"engines": {
"node": ">=10"
},
"dependencies": {
"fs-extra": "^4.0.2",
"xml2js": "^0.4.19"
},
"private": true,
"workspaces": [
"ui",
"ui/analyse",
"ui/ceval",
"ui/chat",
"ui/challenge",
"ui/cli",
"ui/common",
"ui/dasher",
"ui/draughts",
"ui/draughtsground",
"ui/editor",
"ui/game",
"ui/nvui",
"ui/speech",
"ui/palantir",
"ui/lobby",
"ui/notify",
"ui/puzzle",
"ui/round",
"ui/simul",
"ui/site",
"ui/tournament",
"ui/tournamentCalendar",
"ui/tournamentSchedule",
"ui/tree",
"ui/@types/lidraughts"
]
}