stockfish-mv.wasm
Version:
WebAssembly port of the strong chess engine Stockfish with multi-variant support
25 lines (24 loc) • 910 B
JSON
{
"name": "stockfish-mv.wasm",
"version": "0.6.1",
"description": "WebAssembly port of the strong chess engine Stockfish with multi-variant support",
"keywords": ["chess", "stockfish", "emscripten", "lichess", "webassembly"],
"author": "Niklas Fiekas <niklas.fiekas@backscattering.de>",
"license": "GPL-3.0",
"repository": "github:niklasf/stockfish.wasm",
"homepage": "https://github.com/niklasf/stockfish.wasm/tree/multi-variant#readme",
"bugs": {
"url": "https://github.com/niklasf/stockfish.wasm/issues",
"email": "niklas.fiekas@backscattering.de"
},
"main": "stockfish.js",
"files": [
"Copying.txt",
"stockfish.js",
"stockfish.wasm",
"stockfish.worker.js"
],
"scripts": {
"prepare": "cd src && make clean && make ARCH=wasm build -j && cd .. && cat preamble.js src/stockfish.js > stockfish.js && cp src/stockfish.worker.js src/stockfish.wasm ."
}
}