lila/package.json

63 lines
1.2 KiB
JSON

{
"name": "lila",
"version": "2.0.0",
"private": true,
"description": "lichess.org: the forever free, adless and open source chess server",
"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",
"engines": {
"node": ">=10"
},
"dependencies": {
"fs-extra": "^4.0.2",
"xml2js": "^0.4.19"
},
"workspaces": [
"ui",
"ui/analyse",
"ui/ceval",
"ui/challenge",
"ui/chat",
"ui/chess",
"ui/cli",
"ui/common",
"ui/dasher",
"ui/editor",
"ui/game",
"ui/nvui",
"ui/speech",
"ui/palantir",
"ui/insight",
"ui/learn",
"ui/lobby",
"ui/notify",
"ui/puzzle",
"ui/round",
"ui/serviceWorker",
"ui/simul",
"ui/site",
"ui/tournament",
"ui/tournamentSchedule",
"ui/tournamentCalendar",
"ui/tree",
"ui/msg",
"ui/@build/cssProject",
"ui/@build/jsProject",
"ui/@build/tsProject",
"ui/@build/tsPlugins",
"ui/@types/lichess"
]
}