lila/ui/puzzle/package.json

36 lines
764 B
JSON

{
"name": "puzzle",
"version": "1.0.0",
"description": "lichess.org puzzle solver",
"main": "src/main.js",
"repository": {
"type": "git",
"url": "https://github.com/ornicar/lila"
},
"keywords": [
"chess",
"lichess",
"puzzle",
"training"
],
"author": "Thibault Duplessis",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ornicar/lila/issues"
},
"homepage": "https://github.com/ornicar/lila",
"devDependencies": {
"@build/tsProject": "^2",
"@types/jquery": "^2.0",
"@types/lichess": "1.0.0"
},
"dependencies": {
"ceval": "1.0.0",
"chess": "1.0.0",
"chessground": "^7.6",
"common": "1.0.0",
"snabbdom": "ornicar/snabbdom#0.7.1-lichess",
"tree": "1.0.0"
}
}