UNPKG

chess-console-stockfish

Version:
34 lines (33 loc) 887 B
{ "name": "chess-console-stockfish", "version": "6.2.2", "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": "^6.7.2", "bootstrap": "^5.3.5", "chess-console": "^6.12.1", "cm-engine-runner": "^1.2.1", "cm-web-modules": "^2.4.4" } }