forked from lichess-org/lila
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.01 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
{
"name": "lila",
"version": "1.0.0",
"description": "lichess.org: the forever free, adless and open source chess server",
"devDependencies": {
"svgo": "^0.7"
},
"repository": {
"type": "git",
"url": "https://github.com/ornicar/lila.git"
},
"keywords": [
"chess",
"lichess"
],
"author": "Thibault Duplessis",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ornicar/lila/issues"
},
"homepage": "https://lichess.org",
"dependencies": {
"fs-extra": "^4.0.2",
"xml2js": "^0.4.19"
},
"private": true,
"workspaces": [
"ui/analyse",
"ui/ceval",
"ui/challenge",
"ui/chat",
"ui/chess",
"ui/cli",
"ui/common",
"ui/dasher",
"ui/editor",
"ui/game",
"ui/insight",
"ui/learn",
"ui/lobby",
"ui/notify",
"ui/perfStat",
"ui/puzzle",
"ui/round",
"ui/simul",
"ui/site",
"ui/tournament",
"ui/tournamentSchedule",
"ui/tournamentCalendar",
"ui/tree",
"ui/@types/lichess"
]
}