chess-console-stockfish
Version:
StockfishPlayer for ChessConsole
34 lines (33 loc) • 887 B
JSON
{
"name": "chess-console-stockfish",
"version": "6.4.1",
"description": "StockfishPlayer for ChessConsole",
"type": "module",
"main": "src/chess-console-stockfish/StockfishPlayer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaack/chess-console-stockfish.git"
},
"keywords": [
"chess",
"es6",
"engine",
"stockfish"
],
"author": "Stefan Haack (https://shaack.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/shaack/chess-console-stockfish/issues"
},
"homepage": "https://github.com/shaack/chess-console-stockfish#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^7.2.0",
"bootstrap": "^5.3.8",
"chess-console": "^6.13.3",
"cm-engine-runner": "^2.0.1",
"cm-web-modules": "^2.6.0"
}
}