UNPKG

cm-engine-runner

Version:

Abstraction layer to run chess engines, supports opening books

33 lines (32 loc) 756 B
{ "name": "cm-engine-runner", "description": "Abstraction layer to run chess engines, supports opening books", "version": "1.2.2", "type": "module", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/shaack/cm-chess-engine-adapter.git" }, "keywords": [ "chess", "engine", "chessmail", "es6" ], "author": "shaack.com", "license": "MIT", "bugs": { "url": "https://github.com/shaack/cm-chess-engine-adapter/issues" }, "homepage": "https://github.com/shaack/cm-chess-engine-adapter#readme", "devDependencies": { "teevi": "^2.2.4" }, "dependencies": { "cm-polyglot": "^1.1.0" } }